html_report | R Documentation |
Custom HTML template for reports
html_report(
copy_supporting_files = TRUE,
toc = TRUE,
toc_depth = 3,
toc_float = FALSE,
number_sections = TRUE,
anchor_sections = TRUE,
section_divs = TRUE,
fig_width = 7,
fig_height = 5,
fig_retina = 2,
fig_caption = TRUE,
dev = "png",
df_print = "paged",
code_folding = "none",
code_download = TRUE,
self_contained = TRUE,
theme = "default",
highlight = "default",
mathjax = "default",
template = "default",
extra_dependencies = NULL,
css = "default",
includes = NULL,
keep_md = FALSE,
lib_dir = "libs",
md_extensions = NULL,
pandoc_args = NULL,
highlight_downlit = TRUE,
...
)
copy_supporting_files |
If TRUE, copy supporting files (css, js, html) to document dir before rendering |
toc |
see bookdown::html_document2 |
toc_depth |
see bookdown::html_document2 |
toc_float |
see bookdown::html_document2 |
number_sections |
see bookdown::html_document2 |
anchor_sections |
see bookdown::html_document2 |
section_divs |
see bookdown::html_document2 |
fig_width |
see bookdown::html_document2 |
fig_height |
see bookdown::html_document2 |
fig_retina |
see bookdown::html_document2 |
fig_caption |
see bookdown::html_document2 |
dev |
see bookdown::html_document2 |
df_print |
see bookdown::html_document2 |
code_folding |
see bookdown::html_document2 |
code_download |
see bookdown::html_document2 |
self_contained |
see bookdown::html_document2 |
theme |
see bookdown::html_document2 |
highlight |
see bookdown::html_document2 |
mathjax |
see bookdown::html_document2 |
template |
see bookdown::html_document2 |
extra_dependencies |
see bookdown::html_document2 |
css |
see bookdown::html_document2 |
includes |
see bookdown::html_document2 |
keep_md |
see bookdown::html_document2 |
lib_dir |
see bookdown::html_document2 |
md_extensions |
see bookdown::html_document2 |
pandoc_args |
see bookdown::html_document2 |
... |
see bookdown::html_document2 |
Loads additional style and configs
see bookdown::html_document2
fnaufel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.