View source: R/multi-metric-functions.R
latest_best_rank | R Documentation |
Out of a series of metrics, which one does the given asset_id rank best in?
latest_best_rank(metric_df)
metric_df |
A dataframe with the following columns: asset_id (chr), value (dbl), time (date or dttm), and name (chr). NOTE: value should be a percentile rank between 0 and 100. |
A sentence denoting which metric the given asset_id has the highest rank for within its asset class.
## Not run: latest_best_rank(metric_df) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.