condense_metric: Condense a metric_tbl object to remove cases with multiple...

Description Usage Arguments

View source: R/tbl-metric.R

Description

This reduces the size of a metrics table, by limiting the number of dimensions that can be anything besides All at the same time. If there is a min_dimensions field in the metric metadata, it never condenses beyond that (this is useful for some that need multiple dimensions to be interpretable)

Usage

1
condense_metric(metric, max_dimensions = 2)

Arguments

metric

A tbl_metric object

max_dimensions

The number of (non-All) dimensions that each row can have


datacamp/tidymetrics documentation built on March 21, 2021, 3:28 a.m.