Check the DOI minting agency on one or more dois
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". Seecreate_progress_barfor details of each. Only used when passing in multiple ids (e.g., multiple DOIs, DOI prefixes, etc.), or when using thecursorparam. When using thecursorparam, this argument only accept a boolean, eitherTRUEorFALSE; any non-boolean is coerced toFALSE.- ...
Named parameters passed on to
verb-GET
Author
Scott Chamberlain myrmecocystus@gmail.com
Examples
if (FALSE) { # \dontrun{
cr_agency(dois = '10.13039/100000001')
cr_agency(
dois = c('10.13039/100000001','10.13039/100000015','10.5284/1011335'))
} # }
