Get population directory names
get_population_names.Rd
Retrieves the names or paths of population directories within the project structure.
Examples
root_dir <- system.file("extdata", "example-nl", "Reference_Data", package = "hiaR")
get_population_names(root_dir)
#> D:/a/_temp/Library/hiaR/extdata/example-nl/Reference_Data/Populations
#> └── Netherlands
get_population_names(root_dir, return_paths = TRUE)
#> D:/a/_temp/Library/hiaR/extdata/example-nl/Reference_Data/Populations
#> └── Netherlands