Description Usage Arguments Details See Also Examples
View source: R/labsheet_default.R
This function wraps rmarkdown::html_document
to configure compilation to embed the default labsheet CSS and JavaScript files in the resulting HTML.
1 |
... |
Additional function arguments to pass to |
Call this function as the output_format
argument for the render
function when compiling HTML documents from RMarkdown source.
1 2 3 4 | ## Not run:
rmarkdown::render("my_exercise.Rmd", labsheet::labsheet_default())
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.