This is a wrapper around zen4R::get_citation() with a couple of smaller
changes. Firstly, it silences output from zen4R::get_citation(), secondly
the default citation style is "apa".
A character string containing the citation in the requested style.
For "bibtex" style, returns an object of class "csbib".
Arguments
doi
A string, the Zenodo DOI or concept DOI.
style
A string, the citation style. Default is "bibtex". Possible
values are: "bibtex", "harvard-cite-them-right", "apa",
"modern-language-association", "vancouver",
"chicago-fullnote-bibliography", or "ieee".
verbose
logical. Should messages during citation fetching print to
the screen? Default is TRUE.