# This function should cheer you up in difficult times
#
# Build and Reload Package: 'Cmd + Shift + B'
# Check Package: 'Cmd + Shift + E'
# Test Package: 'Cmd + Shift + T'
#' @export
cheer_me <- function(){
index <- sample(1:length(scraping_nodes), 1, replace=TRUE)
cat(scraping_nodes[index])
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.