powered by
Gets a list of game ids for team_id in a specific date range, inclusive
GetGameIdRange(team_id, start_date, end_date)
Int, team ID number
Starting date of the games, inclusive. Format: "yyyy-mm-dd"
Ending date of the games, inclusive. Format: "yyyy-mm-dd"
List of ints, each element is a game ID in selected range
# NOT RUN { GetGameIdRange(10, "2019-09-30", "2019-12-16") # }
Run the code above in your browser using DataLab