cyclocomp_package: Cyclomatic complexity of the objects in an installed package

Description Usage Arguments Value See Also Examples

View source: R/cyclocomp.R

Description

Note that the package must be installed.

Usage

1

Arguments

package

Package name, character scalar.

Value

Data frame with two columns: name and cyclocomp.

See Also

Other cyclomatic.complexity: cyclocomp_package_dir, cyclocomp

Examples

1
2
3
4
5
6
## They might take a while to run
## Not run: 
cyclocomp_package("grDevices")
cyclocomp_package("methods")

## End(Not run)

MangoTheCat/cyclocomp documentation built on July 12, 2021, 1:18 a.m.