last_n | R Documentation |
Select last n activity instances
last_n(log, n, eventlog = deprecated())
## S3 method for class 'eventlog'
last_n(log, n, eventlog = deprecated())
## S3 method for class 'activitylog'
last_n(log, n, eventlog = deprecated())
## S3 method for class 'grouped_log'
last_n(log, n, eventlog = deprecated())
log |
|
n |
|
eventlog |
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
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.