Description Usage Arguments Details Value
Format for converting from R Markdown to a tutorial PDF document.
1 2 3 4 5 6 7 8 9 | tutorial_pdf(
solution = FALSE,
suffix = "_question",
pandoc_args = NULL,
includes = NULL,
...
)
tutorial_pdf_solution(suffix = "_solution", ...)
|
solution |
Turn ON or OFF the rendering of solution chunks (default is |
suffix |
Suffix which is added to the filename (default is '_question' for 'unilur::tutorial_pdf' and '_solution' for 'unilur::tutorial_pdf_solution') |
pandoc_args |
Additional command line options to pass to pandoc |
includes |
Named list of additional content to include within the
document (typically created using the |
... |
Arguments passed to |
See the inherited 'rmarkdown::pdf_document' help page for additional arguments.
R Markdown output format to pass to render
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.