> Hi! > > Is it possible to easily cut & paste data from an > Excel spreadsheet to > an R edit( ) grid or to variable? > It seems that R cannot handle the cell delimiters > Excel hands over. > > Regards, > Werner > > ______________________________________________ > R-help@(protected) mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
copy in Excel and say in R: read.table(file("clipboard"))
Uwe Ligges
______________________________________________ R-help@(protected) mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html