-
Notifications
You must be signed in to change notification settings - Fork 985
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 #2660] Improve fread na.strings handling #504
Comments
:bump: |
@arunsrinivasan, @mattdowle today I had a look into this. if (lch==start && lch<eof-1 && *lch++=='N' && *lch++=='A' && (lch==eof || *lch==sep || *lch==eol)) {
ch = lch;
u.d = NA_REAL;
return(TRUE);
} If you agree that this is work for these functions (not just post-processing at the end |
Thanks again for the excellent fix @dselivanov. Opened another issue, #1314, for |
Submitted by: Matt Dowle; Assigned to: Nobody; R-Forge link
As raised here and here on SO.
The text was updated successfully, but these errors were encountered: