Description Usage Arguments Details Value Examples
Aggregates an event log to either incremental or cumulative number of
transactions. If first=TRUE then the initial transactions of each
customer are included in the count as well.
| 1 2 3 | 
| elog | Event log, a  | 
| by | Only return every  | 
| first | If TRUE, then the first transaction for each customer is being counted as well | 
Duplicate transactions with identical cust and date (or
t) field are counted only once.
Numeric vector of transaction counts.
| 1 2 3 4 5 | 

Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.