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 |
|
... |
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)
[Package bupaR version 0.5.4 Index]