R/zzz.R

Defines functions .onLoad

# By default set time_scale_template_options to time_scale_template()
.onLoad = function(libname, pkgname) {
    options(
        time_scale_template = time_scale_template()
    )
}
business-science/anomalize documentation built on Jan. 28, 2024, 1:06 a.m.