| metric_score.pkg_metric_has_examples {riskmetric} | R Documentation | 
Score a package for the presence of a example or usage fields
Description
Coerce a logical vector indicating availability of example or usage documentation
Usage
## S3 method for class 'pkg_metric_has_examples'
metric_score(x, ...)
Arguments
| x | a  | 
| ... | additional arguments unused | 
Value
1 if any example or usage fields are found, otherwise 0
Examples
## Not run: metric_score(assess_has_examples(pkg_ref("riskmetric")))
[Package riskmetric version 0.2.4 Index]