😎 Give your xaringan slides some style
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
173B

  1. ---
  2. title: Themes
  3. ---
  4. ```{r include=FALSE}
  5. library(xaringanthemer)
  6. knitr::opts_chunk$set(results = "asis", echo=FALSE)
  7. ```
  8. ```{r child="../man/fragments/_themes.Rmd"}
  9. ```