get_regions <- function(){
hamiltonExcessdeaths::merged_rk_data %>%
dplyr::distinct(Group) %>%
dplyr::filter(!is.na(Group))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.