assess_has_vignettes {riskmetric} | R Documentation |
Assess a package for the presence of Vignettes files
Description
Assess a package for the presence of Vignettes files
Usage
assess_has_vignettes(x, ...)
Arguments
x |
a |
... |
additional arguments passed on to S3 methods, rarely used |
Value
a pkg_metric
containing an integer value indicating the number of discovered vignettes files
See Also
metric_score.pkg_metric_has_vignettes
Examples
## Not run:
assess_has_vignettes(pkg_ref("riskmetric"))
## End(Not run)
[Package riskmetric version 0.2.4 Index]