Description Usage Arguments Related Functions and Methods See Also Examples
Diagnose Creative Commons Licensing
1 2 3 | cc_metrics(cc_license_check = NULL)
cc_compliance_metrics(cc_license_check = NULL)
|
cc_license_check |
tibble, result from |
cc_metrics: Presents normalised CC licence variants.
For example, BY (absolute and relative).
cc_compliance_metrics: Presents the result of the CC compliance check.
Absolute and relative normalised CC licence variants.
Other transform:
cr_compliance_overview(),
cr_funder_df(),
cr_has_orcid(),
cr_tdm_df(),
get_license_md(),
license_check(),
mc_predicates,
vor_issue()
1 2 3 4 5 6 7 8 9 | # obtain metadata from Crossref API
req <- get_cr_md(doi_examples$good)
# check article-level compliance
out <- cr_compliance_overview(req)
# obtain CC variants metrics
cc_metrics(out$cc_license_check)
# Obtain cc compliance check resutls metrics
cc_compliance_metrics(out$cc_license_check)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.