View source: R/asset-class-functions.R
report_top3_movers_in_class | R Documentation |
Which 3 asset IDs in a given asset class had the largest change, on a percentage basis, since their prior recorded value?
report_top3_movers_in_class(metric_df)
metric_df |
A dataframe requiring the following columns: asset_id, asset_class, name, time, value. |
A sentence denoting up to 3 largest movers on a percentage basis in a given asset class.
## Not run: report_top3_movers_in_class(metric_df) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.