Learn R Programming

fueleconomy (version 1.0.0)

common: Common models

Description

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.

Usage

common

Arguments

Format

A dataset with variables make, model, n (total number of models) and years (total number of model-years).

Examples

Run this code
# NOT RUN {
if (require("dplyr")) {
vehicles %>% semi_join(common)
}
# }

Run the code above in your browser using DataLab