Learn R Programming

SveltePlots (version 0.1.0)

segments: Segments

Description

This dataset contains information about various events including promotions, gacha events, and experiments. Each event has details such as start and end dates, additional descriptions, and graphical representation attributes.

Usage

segments

Arguments

Format

A tibble with 658 rows and 8 variables:

event_type

Type of the event, a character string.

start_date

Start date of the event, in Date format.

end_date

End date of the event, in Date format.

extra_details

Additional details about the event, a character string.

colors

Color associated with the event, a character string.

key

A numeric identifier for the event.

y_start

Starting y-coordinate for graphical representation, a numeric value.

y_end

Ending y-coordinate for graphical representation, a numeric value.

Examples

Run this code
data(segments)
head(segments)

Run the code above in your browser using DataLab