Skip to content
Prev 77130 / 398502 Next

trouble with reading data from excel

Hi
On 12 Sep 2005 at 15:23, Wensui Liu wrote:

            
or if you are on Windows

open Excel
select what you want to read, including header
press ctrl-C
in R
mydata<-read.delim("clipboard")

to write from R

write.table(tab, "clipboard", sep = "\t", row.names = F)
open Excel
press ctrl-V

HTH
Petr
Petr Pikal
petr.pikal at precheza.cz