Learn R Programming

riskmetric (version 0.2.5)

assess_exported_namespace: Assess a package's results from running R CMD check

Description

Assess a package's results from running R CMD check

Usage

assess_exported_namespace(x, ...)

Value

a pkg_metric containing List of functions and objects exported by a package, excluding S3methods

Arguments

x

a pkg_ref package reference object

...

additional arguments passed on to S3 methods, rarely used

See Also

metric_score.pkg_metric_exported_namespace

Examples

Run this code
if (FALSE) {
assess_exported_namespace(pkg_ref("riskmetric"))
}

Run the code above in your browser using DataLab