Skip to contents

Get all map info

Usage

get_all_map_names()

Value

a data.frame with columns mapId and mapName

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…