#' Date and Time
#'
#' use Sys.time()
#'
#' @return character string with date and time
#' @export
get_date_time <- function() {
as.character(Sys.time())
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.