R/assess_has_website.R
metric_score.pkg_metric_has_website.Rd
Coerce a list of website urls into a numeric value indicating whether the number of listed urls is greater than 0.
# S3 method for class 'pkg_metric_has_website'
metric_score(x, ...)
1
if any website url is provided, otherwise 0
if (FALSE) metric_score(assess_has_website(pkg_ref("riskmetric")))
# \dontrun{}