Skip to content
Prev 18214 / 398513 Next

pipe

On Sun, 24 Mar 2002 ggrothendieck at yifan.net wrote:

            
Windows has very limited support for pipes on GUI executables.  A
version with pipe should work under Rterm.

However, one could use R to read the file with a line at a time with
readLines, check each line until you get the header, then pass the
connection to read.csv. If the header is to be read by read.csv, push it
back.