Hadley Wickham <hadley <at> rice.edu> writes:

> 
> Hi all,
> 
> Is there a fast way to determine the number of lines in a file?  I'm
> looking for something like count.lines analogous to count.fields.
> 
> Hadley
How about something like
length(readLines(fname))

Ken

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to