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

print.ti

Print a Time Index


Description

Print method for time index.

Usage

## S3 method for class 'ti'
print(x, class = TRUE, ...)

Arguments

x

a time index

class

if(TRUE (the default), prints class: ti at the end.

...

additional arguments that may be passed along to generic print function. See details.

Details

This simply calls print(as.character(x), quote = FALSE, ...).

See Also

Examples

print(today(), class = FALSE)
## compare to
today()

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.