#' A String of Time
#'
#' @export
#'
#' @examples
#' time_string <- time_string()
time_string <- function(){
format(Sys.time(), format = "%Y%m%d%H%M%S")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.