Convenience methods to use as PM4Py parameter keys.

param_activity_key(value)

param_attribute_key(value)

param_timestamp_key(value)

param_caseid_key(value)

param_resource_key(value)

default_parameters(eventlog)

Arguments

value

The value to add to the list.

eventlog

A bupaR or PM4PY event log.

Value

a list with the parameter key/value pair

Examples

param_activity_key("activity")
#> $`pm4py:param:activity_key` #> [1] "activity" #>
library(eventdataR) data(patients) default_parameters(patients)
#> $`pm4py:param:activity_key` #> [1] "handling" #> #> $`pm4py:param:timestamp_key` #> [1] "time" #> #> $case_id_glue #> [1] "patient" #>