R/mls.export.R

Defines functions `mls.export`

`mls.export` <-
function(df, filename) {
  write.table(df, file=file(filename, encoding="latin1"), quote=FALSE, dec=",", sep="\t", row.names=FALSE, eol="\r\n")
}
juba/rgrs documentation built on May 20, 2019, 4:20 a.m.