Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

cyclocomp_package

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

Cyclomatic Complexity of R Code

v1.1.0
MIT + file LICENSE
Authors
Gabor Csardi
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.