#' print the last line, again, for use with keyboard shortcut
#'
#' @return none. a print method is used instead
#' @export
printLast <- function() {
print(.Last.value)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.