Skip to contents

Get the BibTeX for a work using its DOI

Usage

crossref_get_bibtex(x, warn = TRUE, stopOnError = TRUE)

Arguments

x

The DOI

warn

Whether to warn if the input doesn't seem a valid DOI or ShortDOI

Value

A character vector with the BibTeX

Examples

if (FALSE) { # \dontrun{
zirconia::crossref_get_bibtex("https://doi.org/jnjp");
} # }