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