View source: R/metrics-univariate.R
RecurringRevenue | R Documentation |
RecurringRevenue
Computes recurring revenue at the end of the period (i.e., as of the instant before the next time periods starts). Where the time period isn't complete, the recurring revenue is calculated up until the instant before attr(data, "end").
RecurringRevenue(data)
data |
A |
For example, 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.