Compute code-level statistics for packages
get_code_stats.Rd
Analyse all .R
files in one or more packages and report line counts by
type: total, blank, comments, roxygen comments, function bodies and lines in
test files. The package name and version are also returned.
Examples
if (FALSE) { # \dontrun{
# Analyse the installed "stats" package
get_code_stats(system.file(package = "stats"))
} # }