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

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