View source: R/make_pdf_files.R
build_pdf_from_rmd | R Documentation |
Build a PDF from an RMarkdown source file
build_pdf_from_rmd(
source_file,
root_dir,
static_path = "static",
force_dest = FALSE,
output_options = NULL
)
source_file |
The RMarkdown source file |
root_dir |
The root directory of the HUGO project. |
static_path |
Relative path to the HUGO static directory. |
force_dest |
Create any missing directories. |
output_options |
A list of extra output options
for |
The path to the resulting PDF file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.