Skip to content
Prev 2113 / 15274 Next

Importing from Excel

MAB wrote:
I tend to export to CSV files, and read.table or read.csv those into R. 
  That seems to be the cleanest way, and is well-supported in R.

One note is that if you have both row and column names, you need to 
remove the first column from your header row in the CSV, or R gets confused.

Regards,

   - Brian