rd_stats: Stats from '.Rd' files

rd_statsR Documentation

Stats from '.Rd' files

Description

Stats from '.Rd' files

Usage

rd_stats(path)

Arguments

path

Directory to source code of package being analysed

Value

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.

See Also

Other stats: desc_stats(), loc_stats(), pkgstats(), pkgstats_summary()

Examples

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)

mpadge/pkgstats documentation built on Feb. 28, 2025, 5:40 a.m.