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 |
Deprecated; please use |
eventlog
: Select last n activity instances of an eventlog
.
activitylog
: Select last n activity instances of an activitylog
.
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.