initial version of code committed to git
[redirect-tools] / 03-assemble_redirect_spells.R
1 # #1: redirect spells
2 setwd("~/data/wp-enwiki-redir-spells/")
3 redirect.spells <- do.call("rbind", lapply(list.files(), function (x) {load(x); return(redirect.spells)}))
4
5 setwd("~/data/rdata")
6 save(redirect.spells, file="redirect_spells.RData")
7

Benjamin Mako Hill || Want to submit a patch?