Get all role info
Examples
all_roles <- get_all_role_names()
dplyr::glimpse(all_roles)
#> Rows: 4
#> Columns: 2
#> $ roleId <dbl> 3, 2, 1, 4
#> $ roleName <chr> "controller", "duelist", "initiator", "sentinel"
Get all role info
all_roles <- get_all_role_names()
dplyr::glimpse(all_roles)
#> Rows: 4
#> Columns: 2
#> $ roleId <dbl> 3, 2, 1, 4
#> $ roleName <chr> "controller", "duelist", "initiator", "sentinel"