Description Usage Arguments Examples
Convert text timestamps in a format according to ISO 8601 to POSIXct objects
1 | isoToLocaltime(timestamps, dbg = TRUE)
|
timestamps |
vector of character timestamps of format |
dbg |
if |
1 2 3 4 5 6 7 8 9 10 11 12 13 | times <- isoToLocaltime(c(
"2017-10-29 01:00:00+0200",
"2017-10-29 01:30:00+0200",
"2017-10-29 02:00:00+0200",
"2017-10-29 02:30:00+0200",
"2017-10-29 02:00:00+0100",
"2017-10-29 02:30:00+0100",
"2017-10-29 03:00:00+0100",
"2017-10-29 03:30:00+0100"
))
class(times)
plot(times, rep(1, length(times)), ylab = "", xlab = "LocalTime")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.