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.
Arguments
- lWorkflows
A list of workflows, like the one returned by
MakeWorkflowList().
Examples
lWorkflows <- MakeWorkflowList(strPath = "workflow/2_metrics", strNames = "kri")
dfMetrics <- MakeMetric(lWorkflows)