describe_trend: Describe Trend

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

describe_trendR Documentation

Describe Trend

Description

Describes the trend in the data set over time. if not, returns an empty character string.

Usage

describe_trend(metric_df)

Arguments

metric_df

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

Value

A sentence describing the trend over time of the metric in the table.

Examples

## Not run: 
two_sigma_sentence(metric_df)

## End(Not run)


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