| timestamps {bupaR} | R Documentation |
Timestamp classifiers
Description
Get the timestamps classifier of an object of class activitylog
Usage
timestamps(x)
## S3 method for class 'eventlog'
timestamps(x)
## S3 method for class 'eventlog_mapping'
timestamps(x)
## S3 method for class 'activitylog'
timestamps(x)
## S3 method for class 'activitylog_mapping'
timestamps(x)
Arguments
x |
Object of class |
Methods (by class)
-
timestamps(eventlog): Retrieve timestamp identifier from eventlog -
timestamps(eventlog_mapping): Retrieve timestamp identifier from eventlog mapping -
timestamps(activitylog): Retrieve timestamp identifier from activitylog -
timestamps(activitylog_mapping): Retrieve timestamp identifier from activitylog mapping
See Also
Other Classifiers:
activity_id(),
activity_instance_id(),
case_id(),
lifecycle_id(),
resource_id(),
set_activity_id(),
set_activity_instance_id(),
set_case_id(),
set_lifecycle_id(),
set_resource_id(),
set_timestamp(),
timestamp()
[Package bupaR version 0.5.4 Index]