X-Git-Url: https://projects.mako.cc/source/redirect-tools/blobdiff_plain/6afdb261da3e6b7fe8d122614f052644556a3095..94bd17bbb5059ab82da990a6488cbe6eb3d5c42d:/03-assemble_redirect_spells.R diff --git a/03-assemble_redirect_spells.R b/03-assemble_redirect_spells.R deleted file mode 100644 index 49f545b..0000000 --- a/03-assemble_redirect_spells.R +++ /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") -