first_n | R Documentation |
Select first n activity instances.
first_n(log, n, eventlog = deprecated())
## S3 method for class 'eventlog'
first_n(log, n, eventlog = deprecated())
## S3 method for class 'activitylog'
first_n(log, n, eventlog = deprecated())
## S3 method for class 'grouped_log'
first_n(log, n, eventlog = deprecated())
log |
|
n |
|
eventlog |
first_n(eventlog)
: Select first n activity instances of an eventlog
.
first_n(activitylog)
: Select first n activity instances of an activitylog
.
first_n(grouped_log)
: Select first 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.