#' print environment info
#'
#' @param msg The message
#'
#' @return The environment info and a message
#' @export
#'
#' @examples
#' environment_info('hi')
environment_info <- function(msg) {
print(devtools::session_info())
print(paste("also print the incoming message:", msg))
}
environment_info("hi")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.