return the number of lines found in a file. Operation is counting the number of new line symbols in the file.
Examples
f <- system.file(package = "fpeek",
"datafiles", "test-tab.csv")
peek_count_lines(f)
#> [1] 4
return the number of lines found in a file. Operation is counting the number of new line symbols in the file.
f <- system.file(package = "fpeek",
"datafiles", "test-tab.csv")
peek_count_lines(f)
#> [1] 4