data/mpg_labels.R

mpg_labels <- list(
  model = "model name",
  displ = "engine displacement, in litres",
  year = "year of manufacture",
  cyl = "number of cylinders",
  trans = "type of transmission",
  drv = "front / rear / 4-wheel drive",
  cty = "city miles per gallon",
  hwy = "highway miles per gallon",
  fl = "fuel type",
  class = "type of car"
)

Try the trelliscopejs package in your browser

Any scripts or data that you put into this service are public.

trelliscopejs documentation built on Feb. 1, 2021, 9:05 a.m.