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()
    )
}

Try the anomalize package in your browser

Any scripts or data that you put into this service are public.

anomalize documentation built on Nov. 2, 2023, 5:13 p.m.