[R] Read.csv
    Duncan Murdoch 
    murdoch.duncan at gmail.com
       
    Tue Dec  4 19:17:24 CET 2012
    
    
  
On 04/12/2012 1:02 PM, Torus Insurance wrote:
> Hi list,
> I am using read.csv to read data from csf files, but noticed that the
> numeric data (those larger than 10 power 9) are rounded to the nearest
> million (10 power 6). Any solution?
What makes you think that is happening?  R rounds values for printing, 
but generally maintains about 15 digits internally.
Duncan Murdoch
    
    
More information about the R-help
mailing list