render_page.Rd
Render an rmd file built within the html package template
render_page(
f,
purl = c("none", "basic", "fancy"),
quiet = FALSE,
force = FALSE
)
File to render (character)
Creates .r file if set to "basic"
or "fancy"
. (default: "none"
)
As in rmarkdown::render()
. (default: FALSE
)
By default, render_page()
requires the folders docs
or web
to exist if multiple .html
files are present. To override this behavior and force rendering, set force=TRUE
.