1 source("redirect_tools.R")
6 setwd(redirect.data.dir)
7 redirect.spells <- filename.to.spells(list.files())
10 setwd(spells.data.dir)
11 save(redirect.spells, file="redirect_spells.RData")
13 write.csv(redirect.spells, file="redirect_spells.tsv", sep="\t"
14 fileEncoding="UTF-8", row.names=FALSE)
17 write.dta(redirect.spells, file="redirect_spells.dta")