Reading one column .csv file
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.