html_doc_1: small tweak to html_document

Description Usage Arguments Value See Also Examples

View source: R/html_doc_1.R

Description

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

Usage

1
2
html_doc_1(code_folding = c("show", "hide", "none"), theme = "readable",
  ...)

Arguments

code_folding

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

theme

Use to change the theme

...

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_1())

## End(Not run)

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