View source: R/assess_has_source_control.R
metric_score.pkg_metric_has_source_control | R Documentation |
Coerce a list of source control urls into a numeric value indicating whether the number of listed urls is greater than 0.
## S3 method for class 'pkg_metric_has_source_control'
metric_score(x, ...)
x |
a |
... |
additional arguments unused |
1
if any source control url is provided, otherwise 0
## Not run: metric_score(assess_has_source_control(pkg_ref("riskmetric")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.