Possible Duplicate:
Weird error in R when importing integer with many digits
I have a CSV file containing longs (long integers) in one of the columns. How do I read this into R? When I do it the default way with just read.csv
, the longs seem to get corrupted.