Description Usage Arguments Examples
View source: R/utils-panel-metric.R
Get dimension tabs
1 | get_dimension_tabs(metric, hidden_dimensions = NULL)
|
metric |
a |
hidden_dimensions |
a vector of dimensions that should be hidden |
1 2 3 4 5 6 7 8 9 | library(dplyr)
## Not run:
metrics_condensed <- datacampr::dc_s3_read(
'metrics_condensed.rds'
)$metrics_condensed
metrics_condensed$finance_churn_pct_b2c_churn %>%
get_dimension_tabs()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.