R Resources
This page provides links to a selected resources to learn modern R packages, especially those related to tidyverse framework.
Getting Started with R
- R for Data Science by Garrett Grolemund and Hadley Wickham.
- Modern R with the tidyverse by Bruno Rodrigues. Chapter 2 provides a detail discussion on R data objects.
- Brendan R. E. Ansell Introduction to R - tidyverse
- The Comprehensive Guide to Installing R Packages from CRAN, Bioconductor, GitHub and Co.. This article provides useful tips on how to install R packages from different sources.
- R Workflow
Blog post
- R Workflow from Statistical Thinking.