report_metric_with_percent_change: Report Metric With Percent Change

View source: R/one-id-functions.R

report_metric_with_percent_changeR Documentation

Report Metric With Percent Change

Description

Reports the latest value of a given metric, and its percent change since the previous record.

Usage

report_metric_with_percent_change(metric_df)

Arguments

metric_df

A dataframe requiring the following columns: asset_id, name, time, and value.

Value

A sentence reporting the latest value of a given metric along with its percent change since the prior value.

Examples

## Not run: 
report_metric_with_percent_change(metric_df)

## End(Not run)


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