Friday, December 21, 2012

Reading from CSV file

 a <-read.csv(file.choose(), header=TRUE)

One can give path of file instead of file.choose()

No comments:

Post a Comment