View source: R/multi-metric-functions.R
latest_lowest_rank | R Documentation |
Out of a series of ranked metrics, which one does the given asset_id report the lowest rank in?
latest_lowest_rank(metric_df, template_id = NULL)
metric_df |
A dataframe with the following columns: asset_id (chr), asset_class (chr), value (dbl), time (date or dttm), and name (chr). NOTE: the value column should reflect a percentage rank whose value is between 0 (worst rank) and 100 (best rank). |
A sentence denoting which metric in the submitted dataframe the given asset id had the lowest rank for.
## Not run: latest_lowest_rank(metric_df) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.