Skip to content

(no subject)

3 messages · Alfons Sutter, Charilaos Skiadas, PIKAL Petr

#
If you have an original file in excel, the way I get such files is to  
save them as csv (comma-separated), and then to use read.csv. Then  
these empty spots are more easily handled, since they correspond to  
too successive commas.

Haris Skiadas
Department of Mathematics and Computer Science
Hanover College
On Mar 10, 2008, at 7:26 AM, Alfons Sutter wrote:

            
#
Hi

r-help-bounces at r-project.org napsal dne 10.03.2008 13:00:39:
Or if you do not have need to save the file just in Excel select data you 
want to transfer to R
press Ctrl - C

In R write
test <- read.delim("clipboard")

and you shall get test data frame. See ?read.delim

Regards
Petr
http://www.R-project.org/posting-guide.html