tis (version 1.37.1)

print.ti: Print a Time Index

Description

Print method for time index.

Usage

# S3 method for 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
# NOT RUN {
print(today(), class = FALSE)
## compare to
today()
# }

Run the code above in your browser using DataLab