View source: R/one-id-functions.R
change_over_time_random_low_good | R Documentation |
Reports the change in metric from the most recent record relative to a randomly selected earlier record in the table submitted, when it is preferred that the value be lower.
change_over_time_random_low_good(metric_df)
metric_df |
A dataframe requiring the following columns: asset_id, name, time, and value. |
A sentence reporting the difference between the value of the most recent record and that of the randomly selected earlier record, when a low value is seen as more desirable.
## Not run: change_over_time_random_low_good(metric_df) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.