Generate all country factsheet
Examples
# template_RegFactsheet(year = 2024,
# region = "Europe", lag = 10,
# folder = "Report")
## We can also generate all factsheets in a loop for 2022
# region <- refugees::population |>
# dplyr::distinct(coa_region) |>
# dplyr::filter(!(is.na(coa_region))) |>
# dplyr::pull()
#
# for( reg in region) {
# unhcrviz::template_RegFactsheet(year = 2024,
# region = reg, lag = 10,
# folder = "Report")
# }
