Description Usage Arguments Details Value
View source: R/tutorial_html.R
Format for converting from R Markdown to a tutorial HTML document.
1 2 3 4 5 6 7 8 9 10 | tutorial_html(
solution = FALSE,
suffix = "_question",
includes = NULL,
css = NULL,
extra_dependencies = NULL,
...
)
tutorial_html_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_html' and '_solution' for 'unilur::tutorial_html_solution') |
includes |
Named list of additional content to include within the
document (typically created using the |
css |
CSS and/or Sass files to include. Files with an extension of .sass
or .scss are compiled to CSS via |
extra_dependencies |
Additional function arguments to pass to the
base R Markdown HTML output formatter |
... |
Additional function arguments to pass to the
base R Markdown HTML output formatter |
See the inherited 'rmarkdown::html_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.