| UC_html_document | R Documentation |
An R Markdown output format for HTML documents.
UC_html_document(
number_sections = FALSE,
toc = TRUE,
toc_depth = 2,
css = NULL,
...
)
number_sections |
logical. Set to |
toc |
logical. set to |
toc_depth |
number of layers in TOC. |
css |
relative path to a css formatting document.
If |
... |
other options passed to |
An rmarkdown::output_format object for rendering HTML
documents.
Saannidhya Rawat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.