Line by lines is not support at compile time. One more option:
readLines("input",3) reads first 3 lines of file, works at compile time. Useful
if you need to parse a header in the beginning of the file.
- Reading a file line by line at compile time jyapayne
- Re: Reading a file line by line at compile time gemath
- Re: Reading a file line by line at compile time jyapayne
- Re: Reading a file line by line at compile time cdome
