Learn R Programming

bupaR (version 0.5.4)

select_ids: Select identifiers from log

Description

Select identifiers from log

Usage

select_ids(log, ...)

# S3 method for 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

Run this code

library(eventdataR)

patients %>% select_ids(activity_id, case_id)


Run the code above in your browser using DataLab