cite_pkg {pkgmaker} | R Documentation |
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.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.
cite_pkg(key, cache = NA, ...)
key |
citation Bibtex key(s) as a character vector |
cache |
specifies what to do with the previsouly chached keys.
If |
... |
extra arguments passed to |