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
)
The RMarkdown source file
The root directory of the HUGO project.
Relative path to the HUGO static directory.
Create any missing directories.
A list of extra output options
for \link{pdf_document}
.
The path to the resulting PDF file.