Learn R Programming

rcrossref (version 0.5.2)

crosscite: Crosscite - citation formatter

Description

Crosscite - citation formatter

Usage

crosscite(dois, style = "apa", locale = "en-US", .progress = "none", ...)

Arguments

dois
Search by a single DOI or many DOIs.
style
a CSL style (for text format only). See get_styles for options. Default: apa. If there's a style that CrossRef doesn't support you'll get a (500) Internal Server Error
locale
Language locale. See ?Sys.getlocale
.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

Details

See http://www.crosscite.org/cn/ for more info on the Crossref Content Negotiation API service.

This function is now deprecated. It will be removed in the next version of this package. Use cr_cn instead.

Examples

Run this code
## Not run: 
# crosscite("10.5284/1011335")
# crosscite(c('10.5169/SEALS-52668','10.2314/GBV:493109919','10.2314/GBV:493105263',
#    '10.2314/GBV:487077911','10.2314/GBV:607866403'))
# ## End(Not run)

Run the code above in your browser using DataLab