# Script to update the data and package articles
rm(list = ls())
# Re-generate data
source("data-raw/01_download_raw_data_MS.R")
source("data-raw/02_load_brazilian_map.R")
source("data-raw/03_process_states_info.R")
source("data-raw/04_download_raw_data_owd.R")
# Update and check package
devtools::document()
devtools::install()
# Build site
pkgdown::clean_site()
pkgdown::build_site()
# check package
devtools::check()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.