get_live_league_games(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 a games list which has information about the live league games. Each element of the games list is a game. Each game consists of the following sections (list elements):
## Not run:
# get_live_league_games()
# get_live_league_games(language = 'en', key = NULL)
# get_live_league_games(language = 'en', key = 'xxxxxxxxxxx')
# ## End(Not run)
Run the code above in your browser using DataLab