select_ids {bupaR}R Documentation

Select identifiers from log

Description

Select identifiers from log

Usage

select_ids(log, ...)

## S3 method for class 'log'
select_ids(log, ...)

Arguments

log

log: Object of class log, eventlog, or activitylog.

...

One or more of the following: activity_id, case_id, activity_instance_id, resource_id, lifecycle_id

Methods (by class)

Examples


library(eventdataR)

patients %>% select_ids(activity_id, case_id)



[Package bupaR version 0.5.4 Index]