Learn R Programming

tis (version 1.23)

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

format.ti

Examples

Run this code
print(today(), class = FALSE)
## compare to
today()

Run the code above in your browser using DataLab