use.style: Applying 'aaRon.css' to Rmarkdown Documents

View source: R/use.style.R

use.styleR Documentation

Applying aaRon.css to Rmarkdown Documents

Description

Function to apply cascading stylesheets from aaRon to any Rmarkdown document. Also accessible through the templates provided in the package.

Usage

use.style(mode = "work")

Arguments

mode

Defaults to "work", can take the option of "casual". Switches between CSS themes for work and casual use. The casual theme is slightly more flashy.

Examples

aaRon::use.style() # include into any R code chunk
aaRon::use.style(mode = "casual")

Aaron0696/aaRon documentation built on July 27, 2023, 2:05 p.m.