Skip to contents

[Stable]

Used to format metric metadata (dfMetrics) for use in charts and reports. This function takes a list of workflows and returns a data frame with one row per MetricID.

Usage

MakeMetric(lWorkflows)

Arguments

lWorkflows

A list of workflows, like the one returned by MakeWorkflowList().

Value

A data frame.

Examples

lWorkflows <- MakeWorkflowList(strNames = "kri")
dfMetrics <- MakeMetric(lWorkflows)