| n_events {bupaR} | R Documentation |
n_events
Description
Returns the number of events in an event log.
Usage
n_events(log, eventlog = deprecated())
## S3 method for class 'eventlog'
n_events(log, eventlog = deprecated())
## S3 method for class 'grouped_eventlog'
n_events(log, eventlog = deprecated())
## S3 method for class 'activitylog'
n_events(log, eventlog = deprecated())
## S3 method for class 'grouped_activitylog'
n_events(log, eventlog = deprecated())
Arguments
log |
|
eventlog |
Methods (by class)
-
n_events(eventlog): Count number of events in aneventlog. -
n_events(grouped_eventlog): Count number of events in agrouped_eventlog. -
n_events(activitylog): Count number of events in anactivitylog. -
n_events(grouped_activitylog): Count number of events in angrouped_activitylog.
See Also
Other Counters:
n_activities(),
n_activity_instances(),
n_cases(),
n_resources(),
n_traces()
[Package bupaR version 0.5.4 Index]