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
> fread('"A","B"\n', sep='') Error in fread("\"A\",\"B\"\n", sep = "") : Internal error: first line has field count -1 but expecting 1
The text was updated successfully, but these errors were encountered:
Fixed sep=NULL (i.e. readLines) when quoted fields are present, #2548
ec89622
Fixed sep=NULL (i.e. readLines) when quoted fields are present, #2548 (…
5a0ba36
…#2649)
No branches or pull requests
The text was updated successfully, but these errors were encountered: