ojo_quick_refresh <- function(site, casetype, year, reverse = FALSE) {
if (str_to_upper(site) == "OSCN") {
mclapply(oscn_counties, function(x) oscn_scrape_all(x, casetype, year, reverse = reverse),
mc.cores = 8)
} else if (str_to_upper(site) == "ODCR") {
mclapply(odcr_counties, function(x) odcr_scrape_all(x, casetype, year, reverse = reverse),
mc.cores = 8)
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.