Skip to content
Prev 31788 / 398506 Next

EXCEL FILE

Use 'save as' in excel to create 'foo.csv' and then

read.csv(file='foo.csv',sep',',header=T)

(use header=T only if first row has labels, and you may need to include 
a path with your filename)

cheers,
Joel
cortega at unitec.edu wrote: