Re: [R] problems with clipboard

2009-04-29 Thread Jamie.lannister
Thank you very much! See, I'm a new user both for R and mac.. :-) Jamie. Prof Brian Ripley wrote: > > On Tue, 28 Apr 2009, Jamie.lannister wrote: > >> >> Hi I'm a mac user. I have problems loading data from mac excel in R. >> I'm using

Re: [R] problems with clipboard

2009-04-29 Thread Jamie.lannister
sity San Bernardino > 5500 University Parkway > San Bernardino CA 92407 > > > On Apr 28, 2009, at 9:31 AM, Jamie.lannister wrote: > >> >> Hi I'm a mac user. I have problems loading data from mac excel in R. >> I'm using these script: >>> library(u

[R] problems with clipboard

2009-04-28 Thread Jamie.lannister
Hi I'm a mac user. I have problems loading data from mac excel in R. I'm using these script: >library(utils) >data2 <- read.table(file("clipboard"), header =T, sep ="\t") but this is the message that I have from R_ Error in open.connection(file, "r") : cannot open the connection In additio