Learn R Programming

edeaR (version 0.4.4)

activities: Activities

Description

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

Usage

activities(eventlog)

Arguments

eventlog
The event log to be used. An object of class eventlog.

See Also

activity_id,activity_instance_id, eventlog

Examples

Run this code

data(example_log)
activities(example_log)

Run the code above in your browser using DataLab