😎 Give your xaringan slides some style
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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