## ----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" # )