cr_agency: Check the DOI minting agency on one or more dois
Description
Check the DOI minting agency on one or more dois
Usage
cr_agency(dois = NULL, .progress = "none", ...)
Arguments
dois
(character) One or more article or organization dois.
.progress
Show a plyr-style progress bar? Options are "none", "text",
"tk", "win", and "time". See create_progress_bar for details
of each. Only used when passing in multiple ids (e.g., multiple DOIs, DOI prefixes,
etc.), or when using the cursor param. When using the cursor param,
this argument only accept a boolean, either TRUE or FALSE; any
non-boolean is coerced to FALSE.