inst/doc/introduction_sciRmdTheme.R

## ----setup, include = FALSE---------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ----echo=FALSE---------------------------------------------------------------
sciRmdTheme::set.theme(
  theme = "default",
  color = "purple",
  header.sticky=TRUE,
  header.image="https://coursewhiz.org/mainsite/logo.png",
  list.group.icon = "arrow",
  font.family = "Arial",
  font.color = "#333",
  header.color = "blue"
  )


## ----eval=FALSE,echo=TRUE-----------------------------------------------------
#  sciRmdTheme::set.theme(
#    theme = "default",
#    color = "purple",
#    header.sticky=TRUE,
#    header.image="https://coursewhiz.org/mainsite/logo.png",
#    list.group.icon = "arrow",
#    font.family = "Arial",
#    font.color = "#333",
#    header.color = "blue"
#    )

Try the sciRmdTheme package in your browser

Any scripts or data that you put into this service are public.

sciRmdTheme documentation built on June 30, 2022, 9:05 a.m.