get_team_info_by_team_id(start_at_team_id = NULL, teams_requested = NULL, dota_id = 570, language = "en", key = NULL)
key_actions
. The key argument in individual functions should only be used in case the
user needs to work with multiple keys.The content element of the list contains the teams list of which each element is a team. For each team different information is provided. Usually the following are included:
## Not run:
# get_team_info_by_team_id()
# get_team_info_by_team_id(teams_requested = 10)
# get_team_info_by_team_id(language = 'en', key = NULL)
# get_team_info_by_team_id(language = 'en', key = 'xxxxxxxxxxx')
# ## End(Not run)
Run the code above in your browser using DataLab