cr_agency {rcrossref} | R Documentation |
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 |
... |
Named parameters passed on to |
Author(s)
Scott Chamberlain myrmecocystus@gmail.com
References
https://github.com/CrossRef/rest-api-doc
Examples
## Not run:
cr_agency(dois = '10.13039/100000001')
cr_agency(
dois = c('10.13039/100000001','10.13039/100000015','10.5284/1011335'))
## End(Not run)
[Package rcrossref version 1.2.0 Index]