print.ti {tis}R Documentation

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

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

[Package tis version 1.39 Index]