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.

Reply via email to