On Feb 10, 2012, at 04:20 , sezgin ozcan wrote:

> I use mac.
> I tried this command also
> a<-read.table("clipboard",sep=”\t”,row.names=1,header=T)

Something is wrong with those quotes around \t... 

Also, last I needed this, using file="clipboard" to read from the clipboard 
didn't work on Mac, but file=pipe("pbpaste") did.

-- 
Peter Dalgaard, Professor,
Center for Statistics, Copenhagen Business School
Solbjerg Plads 3, 2000 Frederiksberg, Denmark
Phone: (+45)38153501
Email: pd....@cbs.dk  Priv: pda...@gmail.com

______________________________________________
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