#' timestamp.mdy
#'
#' @return mmddyyyy timestamp for filenames
#' @export
#'
#' @examples
timestamp.mdy = function(){
format(Sys.time(), "%m%d%y")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.