Skip to content

Optionally use fwrite() instead of write.table() for write_ascii() #10

@SchmidtPaul

Description

@SchmidtPaul

To improve speed. May work like so:

data.table::fwrite(
  x = data,
  file = path,
  sep = "\t",
  dec = dec,
  col.names = TRUE,
  row.names = FALSE,
  quote = FALSE,
  fileEncoding = "UTF-8"
)

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions