#' Returns date from timestamp as character
#' @export
get_date_from_timestamp_as_char <-
function(timestamp_string) {
return(as.character(as.Date(timestamp_string)))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.