select_ids | R Documentation |
Select identifiers from log
select_ids(log, ...)
## S3 method for class 'log'
select_ids(log, ...)
log |
|
... |
One or more of the following: activity_id, case_id, activity_instance_id, resource_id, lifecycle_id |
select_ids(log)
: Select identifiers from log
library(eventdataR)
patients %>% select_ids(activity_id, case_id)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.