Description Usage Arguments Details Examples
View source: R/metrics_overview.R
Presents the metacheck core compliance measures
1 | metrics_overview(cr_overview = NULL)
|
cr_overview |
tibble obtained with |
The following metrics are presented (absolute and relative):
Creative commons license availability (CC License)
Compliant creative commons license availability (Compliant CC)
Support of links to full-texts for text and data mining (TDM Support)
Metadata records with links between publications and funder information (Funder info)
Metadata records with links between publications and ORCID (ORCID)
Metadata records with Open Abstracts
Metadata records with Open Citations
1 2 3 4 5 6 7 8 | # First, obtain metadata from Crossref API
req <- get_cr_md(doi_examples$good)
# Then, check article-level compliance
out <- cr_compliance_overview(req)
# Finally, obtain compliance metrics overview
metrics_overview(out$cr_overview)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.