NetRecurringRevenueRetention: 'NetRecurringRevenueRetention'

View source: R/metrics-ratios.R

NetRecurringRevenueRetentionR Documentation

NetRecurringRevenueRetention

Description

The change in the recurring revenue over time. A positive value indicates that the company is growing even without adding any new sales. that [Expansion()] + [Contraction()] > [RecurringRevenueChurn()].

Usage

NetRecurringRevenueRetention(data)

Arguments

data

A MetricData object.

Details

Calculated based on all the customer immediately prior to the end of the previous period. Note that this is not the commplement of [RecurringRevenueChurn()], as that metric only takes into account churn, whereas this metric also includes [Expansion()] and [Contraction()]

Value

A named vector if cohort.type is set to "None" or "Preceding", or, a matrix. This will contain a number of attributes includeing:

  1. denominator cohort.typed when ratio is TRUE.

  2. numerator cohort.typed when ratio is TRUE.

  3. The detail cohort.typed when ratio is TRUE.


Displayr/flipRevenueMetrics documentation built on June 14, 2025, 6:54 p.m.