books | R Documentation |
Sample of books on a shelf
Description
Simulated dataset.
Usage
books
Format
A data frame with 95 observations on the following 2 variables.
- type
a factor with levels
fiction
andnonfiction
- format
a factor with levels
hardcover
andpaperback
Examples
table(books)