select_ids: Select identifiers from log

View source: R/select_ids.R

select_idsR 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)

  • select_ids(log): Select identifiers from log

Examples


library(eventdataR)

patients %>% select_ids(activity_id, case_id)



bupaR documentation built on April 3, 2023, 5:23 p.m.