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