Intro
- There are multiple frameworks in R coding; the tidyverse is just one!
- You encounter other frameworks once you start reading R code written by others.
- It’s 100% okay to write code that uses a mix of approaches.
- The framework provided out of the box is base R.
We already know some base R functions, e.g. library()
, sum()
, mean()
.