nhl_get_team_games: Function to return all games a team on a team's schedule...

Description Usage Arguments Examples

View source: R/nhl_get_team_games.R

Description

Function to return all games a team on a team's schedule during a specified date range and their scores.

Usage

1
nhl_get_team_games(team, start_date = Sys.Date(), end_date = Sys.Date())

Arguments

team

team identifier, either name, id, or abbreviation.

start_date

beginning of date range to look

end_date

end of date range to look

Examples

1
buf_20182019 <- nhl_get_team_games(team = 'buf', start_date = '2018-09-01', end_date = '2019-06-01')

alexpavlakis/nhl documentation built on May 18, 2019, 2:35 p.m.