1 min read

Awesome data science presentations and hands on references

Recently, I searched a few pretty cool tools for R-based hands-on references.

  • R Presentation Themes

    • Why uses R presentation?

      1. Take advantage of R Markdown. You can write all your slides in Markdown text
      2. Power of interchange. You can include chunks of R code and rendered output like plots, results, tables, etc. in your slides
      3. Version control and sharing. You can use git for version control and share your GitHub repository
    • My current favorate Xaringan nanja-theme developed by Emi Tanaka.

  • Data Cleaning/Data Wrangling tool kit-Tidyverse

I’m working on an advanced statistical class “Significance Test” by using R presentation and will share the code on Github.
so stay tuned…