#' localtstxt
#'
#' get ts local time as txt
#' @export
localtstxt <- function(){
require(lubridate)
return(as.character(as.integer(now(tzone="America/Denver"))))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.