Description Usage Arguments Details
View source: R/count_directory_lines.R
Count the lines of all scripts inside a directory.
| 1 2 | count_directory_lines(directory, recursive = TRUE, output = c("sum",
  "separated"), remove = c("none", "comments", "roxygen"))
 | 
| directory | A path to the directory containing the R scripts. | 
| recursive | If  | 
| output | If  | 
| remove | If  | 
If used with comment = "roxygen" the results are comparable to
count_package_lines.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.