cars_data: Automobile statistics from 1997-2013

Description Usage Format Note Examples

Description

This dataset contains statistics on cars released from 1997 through 2013. It consists of a data.frame containing the columns:

Usage

1

Format

A data frame with 135 rows and 7 variables

Note

Last updated 2015-08-04.

Examples

1
2
3
4
5
6
7
8
if (interactive()) {
data(cars_data)
tauchart(cars_data) %>%
  tau_point("milespergallon", c("class", "price"), color="class") %>%
  tau_legend() %>%
  tau_trendline() %>%
  tau_tooltip(c("vehicle", "year", "class", "price", "milespergallon"))
}

hrbrmstr/taucharts documentation built on May 17, 2019, 5:14 p.m.