change_over_time_random: Change Over Time Random

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

change_over_time_randomR Documentation

Change Over Time Random

Description

Reports the change in metric from the most recent record relative to a randomly selected earlier record in the table submitted.

Usage

change_over_time_random(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 randomly selected earlier 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.