View source: R/asset-class-functions.R
report_big_moves_in_class | R Documentation |
Which asset IDs in a given asset class had a big move since their prior recorded value?
report_big_moves_in_class(metric_df)
metric_df |
A dataframe requiring the following columns: asset_id, asset_class, name, time, value. |
A sentence denoting which, if any, asset IDs had large moves.
## Not run: report_big_moves_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.