powered by
Number of lines and columns of file (and extra 'return' characters).
dim_file(file)
The number of lines and columns of file (and extra 'return' characters).
Path to file.
tmpfile <- tempfile() write(0:9, tmpfile, ncolumns = 2) dim_file(tmpfile)
Run the code above in your browser using DataLab