View source: R/multi-metric-functions.R
compare_two_metrics_latest | R Documentation |
How do two metricsm, one from one asset and one from another, compare?
compare_two_metrics_latest(metric_df, template_id = NULL)
metric_df |
A dataframe with the following columns: asset_id (chr), asset_id_compare (chr), value (dbl), time (date or dttm), value_compare (dbl), and name (chr). |
A sentence denoting which metric in the submitted dataframe the given asset id had the lowest rank for.
## Not run: compare_two_metrics_latest(metric_df) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.