Select last n activity instances
Usage
last_n(log, n)
# S3 method for class 'eventlog'
last_n(log, n)
# S3 method for class 'activitylog'
last_n(log, n)
# S3 method for class 'grouped_log'
last_n(log, n)Arguments
- log
log: Object of classlogor derivatives (grouped_log,eventlog,activitylog, etc.).- n
integer: The number of activity instances to select.
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.
