-
Notifications
You must be signed in to change notification settings - Fork 0
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
Error: line 25 did not have 57 elements #16
Comments
|
See this: (https://www.sqlite.org/cvstrac/wiki?p=ImportingFiles)
It seems that the problem is not with R, or even RSQLite, but with SQLite itself. It's ability to parse a CSV seems very limited. I guess we can try using a non-standard separator, but we need to pick something that won't appear anywhere in the text fields! |
This error is caused by the
sep
parameter.I still need to figure how to fix it.
The text was updated successfully, but these errors were encountered: