😎 Give your xaringan slides some style
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

37 líneas
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. ```