#' Stops the script and asks end-user to press [ENTER] to continue
#'
#' @export
press_enter <-
function() {
base::readline("Press [ENTER] to continue or [ESC] to end. ")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.