Learn R Programming

bupaR (version 1.0.0)

activities: Activities

Description

Returns a tibble containing a list of all activity types in the event log, with their absolute and relative frequency

Usage

activities(log, ...)

# S3 method for activitylog activities(log, ...)

# S3 method for grouped_log activities(log, ...)

Arguments

log

log: Object of class log or derivatives (grouped_log, eventlog, activitylog, etc.).

...

Unused.

Methods (by class)

  • activities(activitylog): Compute activity frequencies

  • activities(grouped_log): Compute activity frequencies

See Also

activity_id,activity_instance_id, eventlog