Learn R Programming

nhlscraper (version 0.2.0)

get_partner_odds: 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")

Value

tibble with one row per game

Arguments

country

string 2-letter Code

Examples

Run this code
partner_odds_now_CA <- get_partner_odds(country='CA')

Run the code above in your browser using DataLab