"One of my most productive days was throwing away 1,000 lines of code."
                                                      - Ken Thompson
                                                      - Ken Thompson
This chapter covers the basic programming syntax functions and capabilities of R. Its intention is to introduce you to R and accelerate your learning. The objectives are as follows:
- Installing R and RStudio
- Creating and exploring vectors
- Creating data frames and matrices
- Exploring mathematical and statistical functions
- Building simple plots
- Introducing dplyr data manipulation
- Installing and loading packages
All of the examples...