powered by
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.
fruit
A tibble with 16 rows and 6 variables:
Integer. A unique identifier for each record.
Character. The year the data was recorded.
Integer. The basket number containing the fruits.
Character. The type of fruit.
Integer. The value associated with the fruit.
Character. The color of the fruit.
data(fruit) head(fruit)
Run the code above in your browser using DataLab