Select last n activity instances
Usage
last_n(log, n, eventlog = deprecated())
# S3 method for eventlog
last_n(log, n, eventlog = deprecated())
# S3 method for activitylog
last_n(log, n, eventlog = deprecated())
# S3 method for grouped_log
last_n(log, n, eventlog = deprecated())
Arguments
- log
log
: Object of classlog
or derivatives (grouped_log
,eventlog
,activitylog
, etc.).- n
integer
: The number of activity instances to select.- eventlog
Methods (by class)
last_n(eventlog)
: Select last n activity instances of aneventlog
.last_n(activitylog)
: Select last n activity instances of anactivitylog
.last_n(grouped_log)
: Select last n activity instances of agrouped_log
.