View source: R/multi-metric-functions.R
compare_two_metrics_trend | R Documentation |
How do the timeseries trends amongst two metrics compare?
compare_two_metrics_trend(metric_df, template_id = NULL)
metric_df |
A dataframe with the following columns: asset_id (chr), asset_id2 (chr),time (date or dttm),value (dbl),value2 (dbl) |
A sentence denoting the difference or similarity between the trend of two metrics.
## Not run: compare_two_metrics_trend(metric_df) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.