--- Begin Message ---
Why not using Statconn/RExcel?

-----Mensagem original-----
De: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org]
Em nome de Robert Baer
Enviada em: sexta-feira, 13 de maio de 2011 09:33
Para: Asan Ramzan; r-help@r-project.org
Assunto: Re: [R] Excel to R

--------------------------------------------------
From: "Asan Ramzan" <asanram...@yahoo.com>
Sent: Friday, May 13, 2011 6:02 AM
To: <r-help@r-project.org>
Subject: [R] Excel to R

> Hello R-help
>
> I am trying to copy and paste large column of data from windows Excel
into
> R
> base speed sheet using:
>
>
> Data1<-edit(data.frame())
At least on Windows (not sure about other OS's, you can paste data as
follows:
Data1  <- read.table(file = 'clipboard', header = TRUE)     # assuming
you
have column labels
>
> But I can only copy and paste one cell at a time which is time
consuming.
>
> Also how can assign each column to a variable.
> [[alternative HTML version deleted]]
> ______________________________________________
> 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.

At least on Windows (not sure about other OS's

------------------------------------------
Robert W. Baer, Ph.D.
Professor of Physiology
Kirksville College of Osteopathic Medicine
A. T. Still University of Health Sciences
800 W. Jefferson St.
Kirksville, MO 63501
660-626-2322
FAX 660-626-2965

______________________________________________
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.

--- End Message ---
"This message and its attachments may contain confidential and/or privileged 
information. If you are not the addressee, please, advise the sender 
immediately by replying to the e-mail and delete this message."

"Este mensaje y sus anexos pueden contener información confidencial o 
privilegiada. Si ha recibido este e-mail por error por favor bórrelo y envíe un 
mensaje al remitente."

"Esta mensagem e seus anexos podem conter informação confidencial ou 
privilegiada. Caso não seja o destinatário, solicitamos a imediata notificação 
ao remetente e exclusão da mensagem."
______________________________________________
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.

Reply via email to