format_v.POSIXct <- function(x) {
format.POSIXct(x, format = "%Y-%m-%d %H:%M:%S", usetz = TRUE)
}
str_pad_0_adj <- function(x) {
stringr::str_pad(x, max(stringr::str_length(x)), "left", "0")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.