## Updates all datasets in the `data` folder
aws_s3_bucket <- Sys.getenv("AWS_S3_BUCKET")
source("data-raw/update_metadata.R")
source("data-raw/pvls_emr.R")
datim_secret <- Sys.getenv("SECRETS_FOLDER") |> paste0("datim.json")
datimutils::loginToDATIM(datim_secret)
d2_session <- d2_default_session
source("data-raw/attribute_data.R")
source("data-raw/daa_indicator_data.R")
geo_secret <- Sys.getenv("SECRETS_FOLDER") |> paste0("geoalign.json")
datimutils::loginToDATIM(geo_secret)
geo_session <- d2_default_session
source("data-raw/daa_countries.R")
source("data-raw/import_history.R")
source("data-raw/combined_data.R")
source("data-raw/save_csv.R")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.