many improvements to the code to get it building from a dry run
[redirect-tools] / 03-assemble_redirect_spells.R
diff --git a/03-assemble_redirect_spells.R b/03-assemble_redirect_spells.R
deleted file mode 100644 (file)
index 49f545b..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-# #1: redirect spells
-setwd("~/data/wp-enwiki-redir-spells/")
-redirect.spells <- do.call("rbind", lapply(list.files(), function (x) {load(x); return(redirect.spells)}))
-
-setwd("~/data/rdata")
-save(redirect.spells, file="redirect_spells.RData")
-

Benjamin Mako Hill || Want to submit a patch?