create_biblio_file | R Documentation |
Create bibliography md file from a vector of packages
create_biblio_file( packages, out.dir, output = c("packages", "references"), to = c("html", "markdown"), custom.md, edit = TRUE )
packages |
vector of packages names |
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 |
packages <- c("rmarkdown", "attachment") create_biblio_file(packages, out.dir = tempdir())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.