😎 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.

37 lines
699B

  1. ---
  2. output: github_document
  3. ---
  4. <!-- index.md is generated from index.Rmd. Please edit that file -->
  5. ```{r setup, include = FALSE}
  6. knitr::opts_chunk$set(
  7. collapse = TRUE,
  8. results = "asis",
  9. echo = FALSE,
  10. comment = "#>",
  11. fig.path = "man/figures/README-",
  12. out.width = "100%"
  13. )
  14. library(xaringanthemer)
  15. ```
  16. # xaringanthemer
  17. ```{r child="vignettes/rmdchunks/_tagline-gif.Rmd"}
  18. ```
  19. ## Installation
  20. ```{r child="vignettes/rmdchunks/_installation.Rmd"}
  21. ```
  22. ## Usage
  23. [theme-functions]: articles/singles/themes.html
  24. [theme-settings]: articles/xaringanthemer.html#theme-settings
  25. [template-variables]: articles/template-variables.html
  26. ```{r child="vignettes/rmdchunks/_quick-intro.Rmd"}
  27. ```