Learn R Programming

SveltePlots (version 0.1.0)

purchases: Revenue Data

Description

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

Usage

purchases

Arguments

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

Run this code
data(purchases)
head(purchases)

Run the code above in your browser using DataLab