print.ti {tis} | R Documentation |
Print method for time index.
## S3 method for class 'ti'
print(x, class = TRUE, ...)
x |
a time index |
class |
if( |
... |
additional arguments that may be passed along to generic |
This simply calls
print(as.character(x), quote = FALSE, ...)
.
print(today(), class = FALSE)
## compare to
today()