View source: R/make_pdf_files.R
build_pdf_files | R Documentation |
Build PDF versions of assignments RMarkdown.
build_pdf_files(
semester,
content_path = "content",
static_path = "static",
force_dest = TRUE,
output_options = NULL
)
semester |
A list of data returned from |
content_path |
A relative path to the HUGO content directory. |
static_path |
Relative path to the HUGO static directory. |
force_dest |
Create any missing directories. |
output_options |
A list of extra output options
for |
A vector of paths to the resulting PDF files.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.