Description Usage Arguments Value Author(s)
View source: R/MeterRevActUserProduct.R
It calculates the accounting matrix for each user and product given date, subscription data and product category.
1 | MeterRevActUserProduct(datall_revenue, dates, type)
|
datall_revenue |
subscription data, need to have columns: user_id, Product, Effective_Start, one_time_charge |
dates |
a date vector (have to be date type) |
type |
a vector of product names |
A metered revenue accounting matrix is returned for each day, user and product
Hui Lin, longqiman@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.