Skip to contents

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
#> Object of class 'lib_df'
#> 
#> Number of references: 2
#> Number of variables: 14
#> Duplicated entries: 0
#> 
#> Kim, Eun J, Bae, Jae Y, Lee, Goo H, Kim, Gun D (2018). “Analysis of
#> habitat characteristics of mosquitoes in Danwon‐gu, Ansan city, Korea,
#> based on civil complaint data.” _Entomological Research_, *48*(6),
#> 540–549. ISSN 1748-5967, doi:10.1111/1748-5967.12330
#> <https://doi.org/10.1111/1748-5967.12330>,
#> <http://dx.doi.org/10.1111/1748-5967.12330>.
#> 
#> Verburg, René, Rahn, Eric, Verweij, Pita, van Kuijk, Marijke, Ghazoul,
#> Jaboury (2019). “An innovation perspective to climate change adaptation
#> in coffee systems.” _Environmental Science &amp; Policy_, *97*, 16–24.
#> ISSN 1462-9011, doi:10.1016/j.envsci.2019.03.017
#> <https://doi.org/10.1016/j.envsci.2019.03.017>,
#> <http://dx.doi.org/10.1016/j.envsci.2019.03.017>.