library(devtools)
#load("inst/extdata/London_3.Rdata")
#london_3 <- df
#rm(df)
# send to data folder
# use_data(london_3)
# Rename df to data file name
# Edwards_2015 <- df
# send to data folder
# use_data(Edwards_2015)
# clear environment
# rm(list = ls())
# Palser_tas_20 <- df
# use_data(Palser_tas_20)
# rm(list = ls())
# Larson_imp <- df
# use_data(Larson_imp)
# rm(list = ls())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.