lines_of_code_per_file | R Documentation |
count lines of code in R & python files in your project
lines_of_code_per_file(files, skip_comments = FALSE, skip_blanks = FALSE)
files |
vector of file paths to count - see list_code_files() |
skip_comments |
does not count lines starting in '#' |
skip_blanks |
does not count blank lines (whitespace) |
integer lines of code
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.