get_partner_odds {nhlscraper} | R Documentation |
Get partner odds as of now
Description
get_partner_odds()
retrieves partner-provided information on each game for a given country
, including but not limited to their ID and home and away team odds. Access get_countries()
for country
reference.
Usage
get_partner_odds(country = "US")
Arguments
country |
string 2-letter Code |
Value
tibble with one row per game
Examples
partner_odds_now_CA <- get_partner_odds(country='CA')
[Package nhlscraper version 0.2.0 Index]