Displaying 1 result from an estimated 1 matches for "int53".
Did you mean:
int3
2017 Jan 21
1
How to handle INT8 data
To summarise this thread, there are basically three ways of handling int64 in R:
* coerce to character
* coerce to double
* store in double
There is no ideal solution, and each have pros and cons that I've
attempted to summarise below.
## Coerce to character
This is the easiest approach if the data is used as identifiers. It
will have some performance drawbacks when loading and will