View source: R/one-id-functions.R
report_metric_with_percent_change | R Documentation |
Reports the latest value of a given metric, and its percent change since the previous record.
report_metric_with_percent_change(metric_df)
metric_df |
A dataframe requiring the following columns: asset_id, name, time, and value. |
A sentence reporting the latest value of a given metric along with its percent change since the prior value.
## Not run: report_metric_with_percent_change(metric_df) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.