get_boxscores_realgm: Download boxscores from realgm.com for given period of time

Description Usage Arguments Value Examples

Description

Download boxscores from realgm.com for given period of time

Usage

1
get_boxscores_realgm(start_date, end_date, league)

Arguments

start_date

Date in format YYYY-MM-DD

end_date

Date in format YYYY-MM-DD

league

name of league, all names can be found using function get_realgm_league_names()

Value

list of box scores

Examples

1
2
3
4
5
6
7
#Load box scores from Spanish ACB
get_boxscores_realgm('2017-10-01', '2017-10-08', 'Spanish ACB')

#Load box scores from Austrian League
#Find exact name of the league using get_realgm_league_names()
get_realgm_league_names()
get_boxscores_realgm('2016-01-12', '2016-09-11', 'Austrian A Bundesliga')

bziarkowski/euRobasket documentation built on May 17, 2019, 9:12 a.m.