Skip to content
Prev 136182 / 398500 Next

Loading Data to R

Have a look at the R Data Import/Export manual on the
R website.  

My simple-minded approach is simply to save the data
as a csv file and read it in using read.table or
read.csv
--- Christine Lynn <lynn.chrissy at gmail.com> wrote: