You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to add my vote for this enhancement. I have a commonly used csv data file that includes a disclaimer line at the end of the file. Because the last line is a long text chunk without any delimiters, fread throws an error when trying to load the file. My current workaround is to use readLines to determine the number of lines in the file and then specify nrows for fread.
Perhaps also to skip particular rows or blocks of rows for some reason (even if they are valid).
Suggested by Darius here : http://stackoverflow.com/questions/24424928/fatal-error-using-fread-in-rstudio#comment37798442_24424928
The text was updated successfully, but these errors were encountered: