goodslides examples


Examples of goodslides

Mizzou theme

## mizzou theme
theme_mizzou()
## render slides
goodslides("mizzou-theme.Rmd")

Kansas theme

## kansas theme
theme_kansas()
goodslides("kansas-theme.Rmd")

Custom theme

## custom theme
goodslides.theme(
  color1 = "#609",
  color2 = "yellowgreen", 
  stroke = FALSE
)
goodslides("custom-theme.Rmd")