Use read.delim("clipboard") Uwe Ligges
G. Draisma wrote: > Dear all, > I was wonderin how to copy data from an Excel sheet > to the R prompt. > > For a single culumn it works > to select the data in Excel, > copy to the clipboard with ctrl-c > and to use in R: > ------- > x<-scan() > [paste data with ctrl-v (paste)] > [ctrl-z, to end input] > ------- > > But with multiple columns Excels tabs > are "eaten" by the R-promt, and > the numbers concatenated without separator. > > Is there a handy method for this? > > Thanks, > Gerrit. > > ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.