| first_n {bupaR} | R Documentation |
first_n
Description
Select first n activity instances.
Usage
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())
Arguments
log |
|
n |
|
eventlog |
Methods (by class)
-
first_n(eventlog): Select first n activity instances of aneventlog. -
first_n(activitylog): Select first n activity instances of anactivitylog. -
first_n(grouped_log): Select first n activity instances of agrouped_log.
[Package bupaR version 0.5.4 Index]