pkgs <- c('tidyverse', 'rgdal', 'devtools', 'tigris', 'leaflet', 'sp', 'ggmap', 'maptools', 'broom', 'httr', 'reticulate', 'glue', 'lubridate') sapply(pkgs, require, character.only = TRUE)
devtools::load_all()
assign('df', get_reddit_data())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.