I have a CSV file with all values in double quotes. One column is the id column and it contains values such as this:
01100170109835
The problem I am having is that no matter what options I specify (as.is=T
, stringsAsFactors=F
, or numerals='no.loss'
), it always reads this id column in as numeric and drops the leading 0's. This is such a fundamental operation that I am really baffled that I can't find a solution.