html_doc_3: works over html_document

Description Usage Arguments Value See Also Examples

View source: R/html_doc_3.R

Description

The next simplest thing we can do is change the defaults for code_folding and a custom theme, then pass the rest of our arguments to rmarkdown::html_document

Usage

1
html_doc_3(code_folding = c("show", "hide", "none"), css = NULL, ...)

Arguments

code_folding

Enable document readers to toggle the display of R code chunks. We change the default to "hide". See rmarkdown::html_document

css

One or more css files to include in addition to this format's css.

...

other arguments passed to rmarkdown::html_document

Value

R Markdown output format to pass to rmarkdown::render

See Also

http://rmarkdown.rstudio.com/developer_custom_formats.html

Examples

1
2
3
4
## Not run: 
  rmarkdown::render("foo.Rmd", html_doc_3())

## End(Not run)

ijlyttle/user2016docdemo documentation built on May 18, 2019, 3:42 a.m.