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)

Arguments

x

A vector created by, or convertable to doi().

limit

Scalar integer, giving the number of DOIs to be submitted to the metacheck.

type

Character scalar, must be one of the types from rcrossref::cr_types().

Functions

  • 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)?

See also