Learn R Programming

anomalize (version 0.3.0)

set_time_scale_template: 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

Run this code

get_time_scale_template()

set_time_scale_template(time_scale_template())

Run the code above in your browser using DataLab