get_games: Returns a data frame with games from a season

Description Usage Arguments Examples

Description

Returns a data frame with games from a season

Usage

1
2
get_games(season = season, team_id = NULL,
  access_token = get_shl_access_token())

Arguments

season

Season to be used, i.e. '2015' for the SHL season 2015/2016

team_id

If you only want the games for one team you can pass their team_id here, i.e. "FBK"

acces_token

an access_token generated by get_shl_access_token()

Examples

1
2
3
4
## Not run: 
get_teams()

## End(Not run)

filipwastberg/shlr documentation built on May 17, 2019, 1:14 a.m.