😎 Give your xaringan slides some style
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

13 lines
304B

  1. You can install **xaringanthemer** from CRAN
  2. ```r
  3. install.packages("xaringanthemer")
  4. ```
  5. or you can install the development version of xaringanthemer from [GitHub](https://github.com/gadenbuie/xaringanthemer).
  6. ```r
  7. # install.packages("remotes")
  8. remotes::install_github("gadenbuie/xaringanthemer")
  9. ```