nlines | R Documentation |
Get the number of lines of a file.
nlines(file)
file |
Path of the file. |
The number of lines as one integer.
tmp <- fwrite2(iris) nlines(tmp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.