powered by
This dataset contains revenue data over a period of time with rolling revenue calculations.
purchases
A data frame with 10 rows and 4 variables:
Date. The timestamp of the revenue data.
Factor. The age range category.
Numeric. The revenue for the given date.
Numeric. The rolling revenue calculation.
data(purchases) head(purchases)
Run the code above in your browser using DataLab