Get all region info
Examples
all_regions <- get_all_region_names()
dplyr::glimpse(all_regions)
#> Rows: 7
#> Columns: 2
#> $ regionId <dbl> 1, 2, 3, 4, 5, 6, 7
#> $ regionName <chr> "Europe", "North America", "Asia-Pacific", "Latin America",…
Get all region info
all_regions <- get_all_region_names()
dplyr::glimpse(all_regions)
#> Rows: 7
#> Columns: 2
#> $ regionId <dbl> 1, 2, 3, 4, 5, 6, 7
#> $ regionName <chr> "Europe", "North America", "Asia-Pacific", "Latin America",…