Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
arunsrinivasan opened this issue Jun 8, 2014 · 10 comments
Closed

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

arunsrinivasan opened this issue Jun 8, 2014 · 10 comments

Comments

@arunsrinivasan
Copy link
Member

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

@DavidArenburg
Copy link
Member

It would save me so much time if this would be ever implemented

@stevencb
Copy link

I would also like to see this feature. Thanks in advance.

@MathiasVersichele
Copy link

Seconding this request. Working with intermediary data frames really isn't an optimal solution...

@jangorecki
Copy link
Member

+1
PS. filled #1109

@arunsrinivasan
Copy link
Member Author

Closed the wrong issue.. argghhhh

@weetecklee
Copy link

yes, would certainly like to see quote handling in fread. it will surely help a great deal! thanks.

@arunsrinivasan
Copy link
Member Author

Thanks for the report. More robust handling of quotes now in devel. Please upgrade and test.

@AbhishekSinghVerma
Copy link

"quote" in still missing data.table vignette under fread command cran.r-project.org/web/packages/data.table/data.table.pdf or in git rdocumentation.org/packages/data.table/versions/1.9.6/topics‌​/…? Is this enhancement slated for 1.9.7 or am I missing something?

@MichaelChirico
Copy link
Member

1.9.7 is the development version under current release, and yes quote is
absent from 1.9.6. there are instructions for installing 1.9.7 on the wiki

On Oct 5, 2016 9:44 AM, "AbhishekSinghVerma" notifications@github.com
wrote:

"quote" in still missing data.table vignette under fread command
cran.r-project.org/web/packages/data.table/data.table.pdf or in git
rdocumentation.org/packages/data.table/versions/1.9.6/topics‌​/…? Is this
enhancement slated for 1.9.7 or am I missing something?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#568 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AHQQdWq865TU0X8h0_AyTJH7MrhOWjRjks5qw6nIgaJpZM4CCMvo
.

@jangorecki
Copy link
Member

@AbhishekSinghVerma you can find pretty up to date 1.9.7 fread manual here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants