Skip to contents

Get the timeseries unit frequency for the primary time scales

Usage

tk_get_timeseries_unit_frequency()

Value

tk_get_timeseries_unit_frequency returns a tibble containing the timeseries frequencies in seconds for the primary time scales including "sec", "min", "hour", "day", "week", "month", "quarter", and "year".

Examples

tk_get_timeseries_unit_frequency()
#> # A tibble: 1 × 8
#>     sec   min  hour   day   week   month quarter     year
#>   <dbl> <dbl> <dbl> <dbl>  <dbl>   <dbl>   <dbl>    <dbl>
#> 1     0    60  3600 86400 604800 2678400 7948800 31795200