From: aaronshaw Date: Wed, 2 Jul 2014 18:26:02 +0000 (-0500) Subject: Merge branch 'master' of https://github.com/makoshark/redirect-tools X-Git-Url: https://projects.mako.cc/source/redirect-tools/commitdiff_plain/3b4abffad512c276d539045922133cc4dec77673?hp=9d33a112f7d061be0f582dfe80b07ffb804952ee Merge branch 'master' of https://github.com/makoshark/redirect-tools --- diff --git a/02-generate_spells.R b/02-generate_spells.R index c2a2188..528091d 100644 --- a/02-generate_spells.R +++ b/02-generate_spells.R @@ -10,10 +10,8 @@ setwd(cur.dir) setwd(spells.data.dir) save(redirect.spells, file="redirect_spells.RData") -write.csv(redirect.spells, file="redirect_spells.tsv", sep="\t" +write.table(redirect.spells, file="redirect_spells.tsv", sep="\t", fileEncoding="UTF-8", row.names=FALSE) library(foreign) write.dta(redirect.spells, file="redirect_spells.dta") - -