[R] Importing a CSV file
peter dalgaard
pdalgd at gmail.com
Fri Feb 10 09:13:01 CET 2012
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.mes at cbs.dk Priv: PDalgd at gmail.com
More information about the R-help
mailing list