get_nhl_schedule: This function extracts a list of all game ids for a given...

Description Usage Arguments

View source: R/scrape_nhl_schedule.r

Description

This function extracts a list of all game ids for a given date range from the NHL.com API

Usage

1
2
3
4
5
6
get_nhl_schedule(
  start_date = lubridate::today(),
  end_date = start_date,
  add_espn_ids = FALSE,
  verbose = NULL
)

Arguments

start_date

the start date of the desired interval

end_date

the end date of the desired interval


EFastner/icescrapR documentation built on Jan. 15, 2022, 1:11 p.m.