Skip to contents

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.

Value

Nothing

Examples

if (FALSE) {
make_pkg_bib(output = "~/packages.bib")
}