Skip to content

[R-Forge #4724] add quote = argument to fread #568

@arunsrinivasan

Description

@arunsrinivasan

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions