Learn R Programming

rcrossref (version 0.5.2)

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.)
...
Named parameters passed on to GET

References

https://github.com/CrossRef/rest-api-doc/blob/master/rest_api.md

Examples

Run this code
## Not run: 
# cr_agency(dois = '10.13039/100000001')
# cr_agency(dois = c('10.13039/100000001','10.13039/100000015','10.5284/1011335'))
# ## End(Not run)

Run the code above in your browser using DataLab