# utilities
#' Get current time
#'
#' @return A character variable of the current time.
#'
.now = function() {
return(sprintf('[%s]', Sys.time()))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.