Create a bib file for R packages, including the citations of user-defined packages.

mf_bib(pkg = c("base"), bibfile = "packages.bib")

Arguments

pkg

packages

bibfile

file path and name to save the bib entries.

Value

a bib file

Examples

mf_bib() mf_bib(pkg = c("base", "knitr"))