Description Usage Arguments Examples
Filter event logs by user lifetime. The lifetime is the elapsed time from the first to the last event log. The event log data frame will include only users who are in filter value.
1 | Glib.filterByUserLifetime(manager, value = 1, unit = 'day', filterUser = TRUE)
|
manager |
Glib data transformation manager object. |
value |
the value (integer) of the filtering. |
unit |
the unit of the values. |
filterUser |
filter user or only their logs. |
1 2 3 4 | ## Not run:
Glib.filterByUserLifetime(DataTransformationManager, 24, 'hour')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.