Last chance! 50% off unlimited learning
Sale ends in
Look up entries in Zotero database and insert citation in Markdown format.
md_cite_zotero(in_paren = TRUE)
Logical. Determines if citation is in parentheses.
If the bibliography contains exactly one match the formatted citation is returned, otherwise
returns NULL
. md_cite
returns an in-text citation ("@foo2016"
), md_cite
returns an in-parenthesis citation ("[@foo2016]"
).
The path to the Bib(La)TeX-file can be set in the global options and is set to
references.bib
when the package is loaded. Once the path is changed in the
RStudio addin, the global option is updated.
# NOT RUN {
md_cite_zotero()
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab