Submitted by: Ben Marwick; Assigned to: Nobody; R-Forge link
I love fread for its speed, but I have some huge CSV files that are poorly formed and can't load into R without something like:
read.csv("my.csv", row.names = NULL, comment.char = "", header = TRUE,
stringsAsFactors = FALSE, colClasses= "character", encoding="utf-8",
quote = "")
I can't see an equivalent for fread except a note in the doc that says it's a known issue and not yet implemented.
I eagerly await the day of the implementation of quote handling!
thanks for all your amazing work on this package,
Ben
Submitted by: Ben Marwick; Assigned to: Nobody; R-Forge link
I love fread for its speed, but I have some huge CSV files that are poorly formed and can't load into R without something like:
read.csv("my.csv", row.names = NULL, comment.char = "", header = TRUE,
stringsAsFactors = FALSE, colClasses= "character", encoding="utf-8",
quote = "")
I can't see an equivalent for fread except a note in the doc that says it's a known issue and not yet implemented.
I eagerly await the day of the implementation of quote handling!
thanks for all your amazing work on this package,
Ben