Get all map info
Examples
all_maps <- get_all_map_names()
dplyr::glimpse(all_maps)
#> Rows: 8
#> Columns: 2
#> $ mapId <dbl> 1, 7, 4, 3, 8, 9, 10, 2
#> $ mapName <chr> "ascent", "haven", "icebox", "bind", "breeze", "fracture", "pe…
Get all map info
all_maps <- get_all_map_names()
dplyr::glimpse(all_maps)
#> Rows: 8
#> Columns: 2
#> $ mapId <dbl> 1, 7, 4, 3, 8, 9, 10, 2
#> $ mapName <chr> "ascent", "haven", "icebox", "bind", "breeze", "fracture", "pe…