use_data_mpg {explore}R Documentation

Use the mpg data set

Description

This data set comes with the ggplot2 package. It contains a subset of the fuel economy data that the EPA makes available on https://fueleconomy.gov/. It contains only models which had a new release every year between 1999 and 2008 - this was used as a proxy for the popularity of the car.

Usage

use_data_mpg()

Value

Dataset

See Also

ggplot2::mpg

Examples

use_data_mpg()

[Package explore version 1.3.0 Index]