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
This appears to be a very similar issue to #2251, which hopefully means that a similar solution can be applied.
> fread("A,B\n1,TRUE", colClasses=c("integer", "logical"))
Error in fread("A,B\n1,TRUE", colClasses = c("integer", "logical")) :
Attempt to override column 2 <<B>> of inherent type 'bool8' down to 'bool8' which will lose accuracy. If this was intended, please coerce to the lower type afterwards. Only overrides to a higher type are permitted.
The text was updated successfully, but these errors were encountered:
This appears to be a very similar issue to #2251, which hopefully means that a similar solution can be applied.
The text was updated successfully, but these errors were encountered: