Chapter 7 Data Science
7.1 Statistics
<Section Cut>
7.2 Rstats
tidyverse
- Suazan Baert dplyr Presentation Amsterdam 2018
- Jenny Bryan’s Row-oriented workflows in R with the tidyverse
purrr Package
7.3 Git & Github
Some useful references:
- Happy Git and GitHub for the useR – Jenny Bryan
- Git guides – Mara Averick
- Git and GitHub – R Packages by Hadley Wickham
- Version control with Git – Roel Hogervorst
Working with a remote upstream libary
git remote -v
git fetch upstream
git checkout master
git merge upstream/master
7.4 Books
7.5 R code
tidyverse stuff
flexdashboard
R Shiny
<cut>