Skip to contents

Get all team info

Usage

get_all_team_names()

Value

a data.frame

Examples

# \donttest{
all_teams <- get_all_team_names()
dplyr::glimpse(all_teams)
#> Rows: 12,073
#> Columns: 4
#> $ id        <int> 5109, 9276, 9810, 6460, 10430, 5092, 7973, 10435, 10415, 496…
#> $ name      <chr> "레.스.고", "やすお ", "귀여운 시키모리양", "ややーず", "김…
#> $ shortName <chr> "LES", "YSO", "CUTE", "YARD", "DK", "LM", "HUPI", "LZ", "EC"…
#> $ countryId <int> 113, 107, 113, 107, 113, 113, 107, 113, 113, 107, 107, 107, …
# }