R Total -Zeilen -Textdatei
con <- file("some_file.format")
length(readLines(con))
Panicky Pony
con <- file("some_file.format")
length(readLines(con))