View source: R/multi-metric-functions.R
strongest_trend | R Documentation |
Out of a series of metrics, which one does the given asset_id show the clearest trend in over time?
strongest_trend(metric_df)
metric_df |
A dataframe with the following columns: asset_id (chr), asset_class(chr), value (dbl), time (date or dttm), and name (chr). |
A sentence denoting which metric in the table the asset id in question exhibited the strongest trend in over time.
## Not run: strongest_trend(metric_df) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.