powered by
determine_nlines(filename)
The file size is not limited by the amount of memory in the computer.
readLines
get_lines
sample_lines
# Generate file writeLines(letters[1:20], con="tmp.csv") # Count the lines determine_nlines("tmp.csv")
Run the code above in your browser using DataLab