index_valid | R Documentation |
S3 method to add an index type support for a tsibble.
index_valid(x)
x |
An object of index type supported by tsibble. |
This method is primarily used for adding an index type support in as_tsibble.
TRUE
/FALSE
or NA
(unsure)
interval_pull for obtaining interval for regularly spaced time.
index_valid(seq(as.Date("2017-01-01"), as.Date("2017-01-10"), by = 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.