😎 Give your xaringan slides some style
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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