Construct a List from a Time Index or Jul Object
as.list.ti
creates a list of one-element ti
objects from
the elements of its arguments.
as.list.jul
creates a list of one-element jul
objects from
the elements of its arguments.
## S3 method for class 'ti' as.list(x, ...) ## S3 method for class 'jul' as.list(x, ...)
x |
a |
... |
not used |
These are the ti
and jul
methods for the generic as.list
.
a list of one-element ti
or jul
objects.
as.list(today() + 1:5) as.list(jul(today()) + 1:5)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.