#' in folder superior to a built package, retrieve version
#' @param x character(1) name of folder holding built package
#' @export
getver = function(x) { read.dcf(paste0(x, "/DESCRIPTION"))[,"Version"][[1]] }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.