R/export.R

export = function(x, output_file) {
  write.table(x, output_file, row.names = F, sep = ",")
}
FlxPo/eliothutils documentation built on May 6, 2019, 5:05 p.m.