View source: R/one-id-functions.R
describe_trend | R Documentation |
Describes the trend in the data set over time. if not, returns an empty character string.
describe_trend(metric_df)
metric_df |
A dataframe requiring the following columns: asset_id, name, time, and value. |
A sentence describing the trend over time of the metric in the table.
## Not run: two_sigma_sentence(metric_df) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.