powered by
as.list.ti creates a list of one-element ti objects from the elements of its arguments.
as.list.ti
ti
as.list.jul creates a list of one-element jul objects from the elements of its arguments.
as.list.jul
jul
# S3 method for ti as.list(x, …) # S3 method for jul as.list(x, …)
a ti or jul object
not used
a list of one-element ti or jul objects.
These are the ti and jul methods for the generic as.list.
as.list
asClassyList, as.list
asClassyList
# NOT RUN { as.list(today() + 1:5) as.list(jul(today()) + 1:5) # }
Run the code above in your browser using DataLab