Subscribers: 'Subscribers'

View source: R/subscribers.R

SubscribersR Documentation

Subscribers

Description

Computes acquisition, by cohort.

Usage

Subscribers(
  data,
  end = Sys.time(),
  by = "month",
  volume = FALSE,
  recurring = FALSE
)

Arguments

data

A data.frame that has the same variables as a RevenueData object.

end

The date on and after which which revenue is ignored. Note that the default value, Sys.time() may not be in the same time zone as your other data, and this can cause unexpected results.

by

The time unit. E.g., "month".

volume

The number of subscribers in terms of their value.

recurring

If TRUE, and volume is also TRUE, computes the recurring revenue.

Details

Computed based on being a subscribed on the last second of the time period.

Value

A vector showing number of subscribers over time.


NumbersInternational/flipStartup documentation built on Feb. 26, 2024, 5:39 a.m.