rd_stats | R Documentation |
Stats from '.Rd' files
rd_stats(path)
path |
Directory to source code of package being analysed |
A data.frame
of function names and numbers of parameters and lines
of documentation for each, along with mean and median numbers of characters
used to document each parameter.
Other stats:
desc_stats()
,
loc_stats()
,
pkgstats()
,
pkgstats_summary()
f <- system.file ("extdata", "pkgstats_9.9.tar.gz", package = "pkgstats")
# have to extract tarball to call function on source code:
path <- extract_tarball (f)
rd_stats (path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.