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