compare_two_metrics_trend: Compare Two Trends

View source: R/multi-metric-functions.R

compare_two_metrics_trendR Documentation

Compare Two Trends

Description

How do the timeseries trends amongst two metrics compare?

Usage

compare_two_metrics_trend(metric_df, template_id = NULL)

Arguments

metric_df

A dataframe with the following columns: asset_id (chr), asset_id2 (chr),time (date or dttm),value (dbl),value2 (dbl)

Value

A sentence denoting the difference or similarity between the trend of two metrics.

Examples

## Not run: 
compare_two_metrics_trend(metric_df)

## End(Not run)


jupitertrades/tabletotext documentation built on Oct. 31, 2022, 5:47 p.m.