render_page: Render an rmd file built within the html package template

View source: R/render_page.R

render_pageR Documentation

Render an rmd file built within the html package template

Description

Render an rmd file built within the html package template

Usage

render_page(
  f,
  purl = c("none", "basic", "fancy"),
  quiet = FALSE,
  force = FALSE
)

Arguments

f

File to render (character)

purl

Creates .r file if set to "basic" or "fancy". (default: "none")

quiet

As in rmarkdown::render(). (default: FALSE)

force

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.


pbreheny/html documentation built on April 17, 2025, 11:36 p.m.