Description Usage Arguments Value Author(s) Examples
Counts the number of lines in a file
1 |
file |
The file path. This is not using connections, so this expects a character string giving the name of the file |
The number of lines of the file
Romain Francois <romain@r-enthusiasts.com>
1 2 3 4 5 6 | ## Not run:
f <- system.file( "grammar.output", package = "parser" )
nlines( f )
length( readLines( f ) )
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.