set_time_scale_template {anomalize}R Documentation

Get and modify time scale template

Description

Get and modify time scale template

Usage

set_time_scale_template(data)

get_time_scale_template()

time_scale_template()

Arguments

data

A tibble with a "time_scale", "frequency", and "trend" columns.

Details

Used to get and set the time scale template, which is used by time_frequency() and time_trend() when period = "auto".

See Also

time_frequency(), time_trend()

Examples


get_time_scale_template()

set_time_scale_template(time_scale_template())


[Package anomalize version 0.3.0 Index]