#' eddversion
#'
#' Get the version number of the expdesigndata (Experimental Design Data) package. eddversion takes no arguments.
#'
#' @return The version number as a package version object.
#'
#' @importFrom utils packageVersion
#'
#' @export
eddversion <- function() {
print(paste("You have EDD version", as.factor(utils::packageVersion("expdesigndata"))))
return(utils::packageVersion("expdesigndata"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.