Answers for "R total line text file"

R
0

R total line text file

con <- file("some_file.format") 
length(readLines(con))
Posted by: Guest on December-03-2020

Browse Popular Code Answers by Language