rm(list = ls())
make_new_flor <- FALSE
codes <- grep("make_data"
, list.files(path = "data-raw"
, pattern = "\\.R$"
, full.names = TRUE
)
, value = TRUE
, invert = TRUE
)
lapply(codes,source)
datas <- ls(pattern = "lu|flor_all|aoi")
do.call(save, c(lapply(datas,as.name), file = "data/data.rda"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.