Print a Time Index
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()
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.