Skip to contents

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(), cyclocomp_package_dir()

Examples

## They might take a while to run
if (FALSE) { # \dontrun{
cyclocomp_package("grDevices")
cyclocomp_package("methods")
} # }