[R] Reading one column .csv file

darnold dwarnold45 at suddenlink.net
Thu Aug 16 06:06:36 CEST 2012


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.



More information about the R-help mailing list