Skip to content
Prev 171316 / 398503 Next

How to parse text file into a table?

Daren Tan <darentan76 <at> gmail.com> writes:
You can put something together with
readLines, grep (to find the appropriate lines),
gsub (to strip off the first field) ... if you need
an explicit example, ask again ...

  Ben Bolker