| augment | R Documentation |
Augment log with results from metric computation.
augment(metric, log, columns, prefix = "")
## S3 method for class 'log_metric'
augment(metric, log, columns, prefix = "")
## S3 method for class 'case_metric'
augment(metric, log, columns, prefix = "")
## S3 method for class 'activity_metric'
augment(metric, log, columns, prefix = "")
## S3 method for class 'resource_metric'
augment(metric, log, columns, prefix = "")
## S3 method for class 'resource_activity_metric'
augment(metric, log, columns, prefix = "")
## S3 method for class 'trace_metric'
augment(metric, log, columns, prefix = "")
metric |
Metric computed by edeaR |
log |
|
columns |
|
prefix |
|
Object of class log or derivatives (grouped_log,
eventlog, activitylog, etc.). Same class as the log input.
augment(log_metric): Augment log metric
augment(case_metric): Augment case metric
augment(activity_metric): Augment activity metric
augment(resource_metric): Augment resource metric
augment(resource_activity_metric): Augment resource-activity metric
augment(trace_metric): Augment trace metric
## Not run:
sepsis %>%
throughput_time("case") %>%
augment(sepsis)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.