UC_html_document: Rbearcat HTML document

View source: R/uc_rmd.R

UC_html_documentR Documentation

Rbearcat HTML document

Description

An R Markdown output format for HTML documents.

Usage

UC_html_document(
  number_sections = FALSE,
  toc = TRUE,
  toc_depth = 2,
  css = NULL,
  ...
)

Arguments

number_sections

logical. Set to FALSE to leave sections unnumbered.

toc

logical. set to FALSE to excluded the table of contents side-bar.

toc_depth

number of layers in TOC.

css

relative path to a css formatting document. If NULL (default), function will use the style.css file included with the package.

...

other options passed to bookdown::html_document2. See html_document2 and html_document for all available options.

Value

An rmarkdown::output_format object for rendering HTML documents.

Author(s)

Saannidhya Rawat


Rbearcat documentation built on March 21, 2026, 5:07 p.m.