| dim_file | R Documentation |
Number of lines and columns of file (and extra 'return' characters).
dim_file(file)
file |
Path to file. |
The number of lines and columns of file (and extra 'return' characters).
tmpfile <- tempfile()
write(0:9, tmpfile, ncolumns = 2)
dim_file(tmpfile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.