Assess a package for the presence of example or usage fields in function documentation
Source:R/assess_has_examples.R
assess_has_examples.Rd
Assess a package for the presence of example or usage fields in function documentation
Value
a pkg_metric
containing an integer value indicating the proportion of discovered files with examples
Examples
if (FALSE) { # \dontrun{
assess_has_examples(pkg_ref("riskmetric"))
} # }