tsl_guess_format | R Documentation |
Guess format of time-slices
tsl_guess_format(tsl)
tsl |
Character vector with the guessed format of the time-slices
tsl <- c("y2007_d365_h15", NA, "d151_h22", "d001", "m10_h12")
tsl_guess_format(tsl)
tsl_guess_format(tsl[1])
tsl_guess_format(tsl[2])
tsl_guess_format(tsl[3])
tsl_guess_format(tsl[4])
tsl_guess_format(tsl[5])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.