units_since {tsibble}R Documentation

Time units since Unix Epoch

Description

Time units since Unix Epoch

Usage

units_since(x)

Arguments

x

An object of POSIXct, Date, yearweek, yearmonth, yearquarter.

Details

origin:

Examples

units_since(x = yearmonth(2012 + (0:11) / 12))

[Package tsibble version 0.8.2 Index]