change_over_time: Change Over Time

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

change_over_timeR Documentation

Change Over Time

Description

Reports the change in metric from the most recent record relative to the earliest record in the table submitted.

Usage

change_over_time(metric_df)

Arguments

metric_df

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

Value

A sentence reporting the difference between the value of the most recent record and that of the earliest record.

Examples

## Not run: 
change_over_time_random(metric_df)

## End(Not run)


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