View source: R/scrape_nhl_schedule.r
This function extracts a list of all game ids for a given date range from the NHL.com API
1 2 3 4 5 6 | get_nhl_schedule(
start_date = lubridate::today(),
end_date = start_date,
add_espn_ids = FALSE,
verbose = NULL
)
|
start_date |
the start date of the desired interval |
end_date |
the end date of the desired interval |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.