Metacheck custom predicates
is_in_limit(x, limit = getOption("mc_limit", 1000L))
is_doi_cr_md(x)
is_doi_cr_type(x, type = types_allowed)
x | A vector created by, or convertable to |
---|---|
limit | Scalar integer, giving the number of DOIs to be submitted to the metacheck. |
type | Character scalar, must be one of the types from |
is_in_limit
: Is the DOI in the limit?
is_doi_cr_md
: Is there metadata for the DOI on Crossref?
is_doi_cr_type
: Is the DOI a type (per Crossref)?
Other transform:
cc
,
cr_compliance_overview()
,
cr_funder_df()
,
cr_has_orcid()
,
cr_tdm_df()
,
get_license_md()
,
license_check()
,
vor_issue()