😎 Give your xaringan slides some style
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

37 lines
649B

  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]: #themes
  24. [theme-settings]: #theme-settings
  25. [template-variables]: vignettes/template-variables.md
  26. ```{r child="vignettes/rmdchunks/_quick-intro.Rmd"}
  27. ```