View source: R/multi-id-functions.R
report_lowest_performer | R Documentation |
In a table with multiple asset IDs, reports the asset ID (subject) with the highest value.
report_lowest_performer(metric_df, template_id = NULL)
metric_df |
A dataframe with the following columns: asset_id (chr), value (dbl), time (date or dttm), asset_class (chr), and name (chr). |
template_id |
Optional. The template to be used for the article. |
A sentence denoting the lowest performer out of a set of given asset IDs.
## Not run: report_lowest_performer(metric_df) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.