#' Place to store and access the current object version.
#'
#' @return \code{currentVersion} int of the version number
currentObjVersion <- function(){
currentVersion <- 1
return(currentVersion)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.