powered by
Print method for time index.
# S3 method for ti print(x, class = TRUE, ...)
a time index
if(TRUE (the default), prints class: ti at the end.
TRUE
class: ti
additional arguments that may be passed along to generic print function. See details.
print
This simply calls print(as.character(x), quote = FALSE, ...).
print(as.character(x), quote = FALSE, ...)
format.ti
# NOT RUN { print(today(), class = FALSE) ## compare to today() # }
Run the code above in your browser using DataLab