Select last n activity instances
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())
last_n(eventlog)
: Select last n activity instances of an eventlog
.
last_n(activitylog)
: Select last n activity instances of an activitylog
.
last_n(grouped_log)
: Select last n activity instances of a grouped_log
.