Skip to content
Prev 165376 / 398506 Next

question about read datafile

Read in the data using readLines to read the complete line.  Use
grep/regexpr to scan for valid lines and then convert them to numeric
by using strsplit/as.numeric.
On Mon, Dec 22, 2008 at 2:13 PM, Lu, Zheng <Zheng.Lu at mpi.com> wrote: