Matching the extra columns specified in col_types #145
Comments
alyst
added a commit
to alyst/readr
that referenced
this issue
May 2, 2015
+1. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I would like to specify the column types using arguments
col_types
when I read the csv files. However, the column number could be different in my multiple csv files (Some files include extra column).When I specify extra column types and get an error messages:
It will be better to let us to specify extra columns for flexibility (or give a warning message).
The text was updated successfully, but these errors were encountered: