doi2bib {biblio} | R Documentation |
Downloading bibliogrphic references from DOIs
Description
Retrieving bibliographic entries from Crossref by DOIs.
This function is a wrapper for cr_cn()
.
Usage
doi2bib(x, ...)
Arguments
x |
A character vector including DOI identifiers. |
... |
Further arguments (not yet used). |
Value
The output is an object of class lib_df.
Examples
## Retrieve bibliographic entries for two publications
dois <- c("10.1111/1748-5967.12330",
"10.1016/j.envsci.2019.03.017")
bibrefs <- doi2bib(dois)
bibrefs
[Package biblio version 0.0.10 Index]