Learn R Programming

SveltePlots (version 0.1.0)

fruit: 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

Arguments

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

Run this code
data(fruit)
head(fruit)

Run the code above in your browser using DataLab