Revenue: 'Revenue'

View source: R/revenue.R

RevenueR Documentation

Revenue

Description

Computes total amount of license revenue at points in time.

Usage

Revenue(data, end = Sys.time(), by)

Arguments

data

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

end

The time past which revenue is ignored (where its from data is greater than this value. 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 for reporting the data. E.g., "month".

Details

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

Value

A vector showing the revenue at specific points in time.


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