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