Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[R-Forge #5323] fread: colClasses does not convert to non-builtin types #491
Comments
|
Strange issue IMHO. It is normal that |
|
I encountered the similar issue that fread doesn't recognize other data types. Here is a code nugget:
The type of |
|
This issue is open only to implement derived inbuilt classes (parsing date, POSIXct etc.). |
Submitted by: James Sams; Assigned to: Nobody; R-Forge link
If I set a column to
numeric,character, etc., the conversion works as expected. However, if I set it to a user created class, it seems likefreadgets confused. It recognises that the column is supposed to be converted, but doesn't do the conversion.The message generated by
freadin this situation (sample code attached) is: