The Cars93.summary data frame has 6 rows and 5 columns created from information in the Cars93 data set in the Venables and Ripley MASS package. Each row corresponds to a different class of car (e.g. Compact, Large, etc.).
This data frame contains the following columns:
minimum passenger capacity for each class of car
maximum passenger capacity for each class of car
number of cars in each class
a factor with levels C Compact, L Large, M Mid-Size, Sm Small, Sp Sporty, V Van
Source
Lock, R. H. (1993) 1993 New Car Data. Journal of Statistics Education 1(1)
References
MASS library
Use the following R code to directly access this dataset in R.