View source: R/assess_data_code.R
| assess_fair_batch | R Documentation |
Runs assess_fair() over a vector of identifiers and returns one tidy row per
identifier (deduplicated). Failures are captured in an error column rather
than aborting the batch.
assess_fair_batch(ids, metric_version = "0.8", quiet = FALSE, ...)
ids |
Character vector of DOIs, PIDs, URLs, or identifiers.org codes. |
metric_version |
Metric version (see |
quiet |
If |
... |
Passed to |
A data frame with one row per unique identifier: identifier,
metric_version, scheme, is_persistent, resolved_url,
fair_percent, F, A, I, R, maturity, n_pass, n_metrics,
error.
assess_data_code(), assess_fair()
assess_fair_batch(c("https://doi.org/10.5281/zenodo.8347772", "geo:GSE12345"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.