Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

cite_pkg

bibcite provides an inline package citation functionnality. Technically it adds a given Bibtex key to a cache that is used at the end of the document processing to generate a .bib file with all citation keys.


Description

bibcite provides an inline package citation functionnality. Technically it adds a given Bibtex key to a cache that is used at the end of the document processing to generate a .bib file with all citation keys.

Usage

cite_pkg(key, cache = NA, ...)

Arguments

key

citation Bibtex key(s) as a character vector

cache

specifies what to do with the previsouly chached keys. If TRUE, then key is added to the cache. If NULL, then all previously cached keys are deleted, before . If a character string, then it specifies the path to a Bibtex file that is loaded to initialise the cache.

...

extra arguments passed to rbibutils::readBib.


pkgmaker

Development Utilities for R Packages

v0.32.2
GPL (>= 2)
Authors
Renaud Gaujoux [aut, cre]
Initial release
2020-10-20

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.