powered by
S3 method to add an index type support for a tsibble.
index_sum(x)
An object of index type that the tsibble supports.
This method is primarily used for adding an index type support in as_tsibble.
pull_interval for obtaining interval for regularly spaced time.
# NOT RUN { index_sum(seq(as.Date("2017-01-01"), as.Date("2017-01-10"), by = 1)) # }
Run the code above in your browser using DataLab