#' ts()
#'
#' Generate a timestamp in milliseconds unique with same number of characters every time
#'
#' @export
tstamp <- function(){
return(as.numeric(as.POSIXct(Sys.time())))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.