Skip to content
Prev 198894 / 398506 Next

problems with read.csv

On Nov 2, 2009, at 4:09 PM, Fang (Betty) Yang wrote:

            
Do you get what you desire with setting as.is=TRUE?

indata<-read.csv("/home/data_new.csv", as.is=TRUE )

Also see the colClasses arguments in read.xxx functions.
So you want the strings (aka "character" vectors) to stay strings.