purchases {SveltePlots}R Documentation

Revenue Data

Description

This dataset contains revenue data over a period of time with rolling revenue calculations.

Usage

purchases

Format

A data frame with 10 rows and 4 variables:

date

Date. The timestamp of the revenue data.

age

Factor. The age range category.

revenue

Numeric. The revenue for the given date.

revenue_roll

Numeric. The rolling revenue calculation.

Examples

data(purchases)
head(purchases)

[Package SveltePlots version 0.1.0 Index]