#' Print R version
#' @export
.rv <- function() {
si <- utils::sessionInfo()
print(paste0(si$R.version$major, ".", si$R.version$minor))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.