Skip to content

question about read datafile

2 messages · Lu, Zheng, jim holtman

#
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: