Create a .bib for Your Installed Packages
Usage
make_pkg_bib(output = "~/Documents/BibTex/rstats.bib", fresh = TRUE)
Arguments
- output
Location of the output .bib
.
- fresh
Whether to overwrite output
.
Examples
if (FALSE) {
make_pkg_bib(output = "~/packages.bib")
}