Tried that already. 

My clipboard:

x
2
3
4
5

My attempt:

> a <- read.delim(pipe("pbpaste"))
Warning message:
In read.table(file = file, header = header, sep = sep, quote = quote,  :
  incomplete final line found by readTableHeader on 'pbpaste'

And again:

> a <- read.delim(pipe("pbpaste"),header=TRUE)
Warning message:
In read.table(file = file, header = header, sep = sep, quote = quote,  :
  incomplete final line found by readTableHeader on 'pbpaste'

Suggestions?

David



--
View this message in context: 
http://r.789695.n4.nabble.com/Reading-one-column-csv-file-tp4640396p4640456.html
Sent from the R help mailing list archive at Nabble.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