create_pkg_biblio_file | R Documentation |
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 )
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.