peek_count_lines {fpeek} | R Documentation |
return the number of lines found in a file. Operation is counting the number of new line symbols in the file.
peek_count_lines(path, with_eof = FALSE)
path |
file path |
with_eof |
count the end of file as a new line. |
number of lines as an integer
f <- system.file(package = "fpeek",
"datafiles", "cigfou-ISO-8859-1.txt")
peek_count_lines(f)