R - Exploring Data (part 2) - Extraction & Transformation
We continue discussing the used cars data set we imported in R from part 1. Here we learn to extract data from a data frame and some basic indexing of the data frame. The subset function also is introduced here.