cyclocomp_package: Cyclomatic complexity of the objects in an installed package

View source: R/cyclocomp.R

cyclocomp_packageR Documentation

Cyclomatic complexity of the objects in an installed package

Description

Note that the package must be installed.

Usage

cyclocomp_package(package)

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

## They might take a while to run
## Not run: 
cyclocomp_package("grDevices")
cyclocomp_package("methods")

## End(Not run)

cyclocomp documentation built on Aug. 31, 2023, 1:09 a.m.