compare_two_metrics_latest: Compare Two Metrics From Two Assets

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

compare_two_metrics_latestR Documentation

Compare Two Metrics From Two Assets

Description

How do two metricsm, one from one asset and one from another, compare?

Usage

compare_two_metrics_latest(metric_df, template_id = NULL)

Arguments

metric_df

A dataframe with the following columns: asset_id (chr), asset_id_compare (chr), value (dbl), time (date or dttm), value_compare (dbl), and name (chr).

Value

A sentence denoting which metric in the submitted dataframe the given asset id had the lowest rank for.

Examples

## Not run: 
compare_two_metrics_latest(metric_df)

## End(Not run)


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