Create bibliography md file from a package DESCRIPTION file

create_pkg_biblio_file(
  path = "DESCRIPTION",
  out.dir,
  output = c("packages", "references"),
  to = c("html", "markdown"),
  custom.md,
  edit = TRUE
)

Arguments

path

Path to DESCRIPTION file

out.dir

Directory where to save output md file

output

Vector with "packages" (list of packages as bullet points), "references" (list of citation references) or both "packages" and "references"

to

Format to convert to. "html", "markdown" or "raw" text

custom.md

Vector of markdown text to add to the document before rendering

edit

Logical. Whether to open output md file for manual edition