fruit {SveltePlots} | R Documentation |
Example Dataset: Fruit Data
Description
This dataset contains information about different types of fruits in various baskets over multiple years. It includes details such as the fruit type, the value, and the color of the fruit.
Usage
fruit
Format
A tibble with 16 rows and 6 variables:
- id
Integer. A unique identifier for each record.
- year
Character. The year the data was recorded.
- basket
Integer. The basket number containing the fruits.
- fruit
Character. The type of fruit.
- value
Integer. The value associated with the fruit.
- color
Character. The color of the fruit.
Examples
data(fruit)
head(fruit)
[Package SveltePlots version 0.1.0 Index]