Re: [R] Data Import to R

2014-11-14 Thread theo
i think you can set: options(stringsAsFactor=FALSE) which will apply globally or use read.csv(..., stringsAsFactor=FALSE) when imporing. have a look at the documentation ?read.csv good luck. On 11/14/2014 09:44 AM, David Winsemius wrote: > > On Nov 13, 2014, at 4:28 PM, Ramesh Gautam wrote: > >

[R] R support for 64 bit integers

2010-08-10 Thread Theo Tannen
**31 returns NA. Any solutions? Thanks, Theo [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and