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 often need to read multiple tables that share some (but not all) columns which would be passed to colClasses. It would be then convenient to make one vector with all those column names, i.e. instead of
The text was updated successfully, but these errors were encountered:
aushev
changed the title
FR: in colClasses, allow column names not found in actual table
FR: in colClasses of fread, allow column names not present in actual table
Mar 20, 2016
I often need to read multiple tables that share some (but not all) columns which would be passed to
colClasses
. It would be then convenient to make one vector with all those column names, i.e. instead ofuse
Right now this is not allowed ( "Column name '%s' in colClasses[[%d]] not found" ) but instead of throwing an error we could just exclude those column names from further processing.
The text was updated successfully, but these errors were encountered: