as.list.ti {tis} | R Documentation |
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)