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