n_events | R Documentation |
Returns the number of events in an event log.
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())
log |
|
eventlog |
n_events(eventlog)
: Count number of events in an eventlog
.
n_events(grouped_eventlog)
: Count number of events in a grouped_eventlog
.
n_events(activitylog)
: Count number of events in an activitylog
.
n_events(grouped_activitylog)
: Count number of events in an grouped_activitylog
.
Other Counters:
n_activities()
,
n_activity_instances()
,
n_cases()
,
n_resources()
,
n_traces()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.