Skip to content
Prev 343862 / 398498 Next

Import data from Excel to R

The best way is to save the file as CSV... after you can simply import it
with this comand in R:

read.csv(...) ... to know more about the read.csv comand use in R this:
?read.csv.

There are other packages to import EXCEL FILES, but the simplest way, its
importing this as CSV.

2014-09-09 18:03 GMT-05:00 Gabor Grothendieck <ggrothendieck at gmail.com>: