common {fueleconomy} | R Documentation |
These models have at least 10 years worth of data. This dataset is suitable for a left-join designed to restrict the number of observations to a more manageable level.
common
A dataset with variables make, model, n (total number of models) and years (total number of model-years).
if (require("dplyr")) {
vehicles %>% semi_join(common)
}