Generate RMarkdown Vignette Axiliary Files
make_vignette_auxfiles( PACKAGE, input = NULL, bibfile = "library.bib", Rpkg.prefix = "Rpackage_", ... )
PACKAGE | package name |
---|---|
input | vignette source file.
If |
bibfile | output file for R package citations. |
Rpkg.prefix | prefix to use when generating the bibtex entries of cited R packages.
If |
... | other arguments passed to latex_preamble |
To use this feature add the following in your YAML header:
header-includes: - \input{"`r pkgmaker::make_vignette_auxfiles('pkgmaker')`"} bibliography: library.bib