Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

as.list.ti

Construct a List from a Time Index or Jul Object


Description

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.

Usage

## S3 method for class 'ti'
as.list(x, ...)
## S3 method for class 'jul'
as.list(x, ...)

Arguments

x

a ti or jul object

...

not used

Details

These are the ti and jul methods for the generic as.list.

Value

a list of one-element ti or jul objects.

See Also

Examples

as.list(today() + 1:5)
as.list(jul(today()) + 1:5)

tis

Time Indexes and Time Indexed Series

v1.38
Unlimited
Authors
Jeff Hallman <jeffhallman@gmail.com>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.