View source: R/recurringrevenue.R
| RecurringRevenue | R Documentation | 
RecurringRevenueComputes recurring revenue, by cohort.
RecurringRevenue(data, end = Sys.time(), by)
| data | A  | 
| end | The date on and after which which revenue is ignored.
Note that the default value,  | 
| by | The time unit. E.g., "month". | 
Computed based on being a subscribed on the last second of the time period. Partial revenue is multipled out. For exmaple, if with yearly data, if a customer has an annual license for $1,000 from 1 February to 1 February of the next year, and a second license which starts on 1 January of the last year with a prorated price of $1000/12, then the recurring revenue is $2,000.
A vector showing the recurring revenue by time points.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.