doi2bib | R Documentation |
Retrieving bibliographic entries from Crossref by DOIs.
This function is a wrapper for cr_cn()
.
doi2bib(x, ...)
x |
A character vector including DOI identifiers. |
... |
Further arguments (not yet used). |
The output is an object of class lib_df.
## Retrieve bibliographic entries for two publications
dois <- c("10.1111/1748-5967.12330",
"10.1016/j.envsci.2019.03.017")
bibrefs <- doi2bib(dois)
bibrefs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.