Skip to content
Prev 12282 / 398502 Next

large survey data

On 11 Jul 2001, Douglas Bates wrote:

            
Or using awk/gawk, if you prefer, to choose the fields:
+ cols.I.want[1], ", $", cols.I.want[2], "}' tryout.txt", sep="")),
+ header=T)
and pipe() to read on the fly, maybe? Generalising to an arbitrary number
of chosen columns would also be possible.

Roger