#' Study Break
#'
#' Take a quick study break with RXKCD.
#' @keywords rxkcd comic study
#' @export
#' @examples
#' studybreak()
studybreak <- function(){
rand <- c(1:800)
RXKCD::getXKCD(sample(rand,1))
}
studybreak()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.