Data science is as much about manipulating data as it is about fitting models to data. Data rarely arrives in a form that we can directly feed into the statistical models or machine learning algorithms we want to analyze them with. The first stages of data analysis are almost always figuring out how to load the data into R and then figuring out how to transform it into a shape you can readily analyze.
Data Already in R
There are some data sets already built into R or available in R packages. Those are useful for learning how to use new methods—if you already know a data set and what it can ...