#' Get sec from timestamp
#' @export
get_sec_from_timestamp <-
function(timestamp_string) {
format(parse_timestamp(timestamp_string), "%S")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.