Returns the number of activities in an event log
Usage
n_activities(log, eventlog = deprecated())
# S3 method for log
n_activities(log, eventlog = deprecated())
# S3 method for grouped_log
n_activities(log, eventlog = deprecated())
Arguments
- log
log
: Object of classlog
or derivatives (grouped_log
,eventlog
,activitylog
, etc.).- eventlog
Methods (by class)
n_activities(log)
: Count the number of activities in a logn_activities(grouped_log)
: Count the number of activities for a grouped log
See also
Other Counters:
n_activity_instances()
,
n_cases()
,
n_events()
,
n_resources()
,
n_traces()