Learn R Programming

nhlscraper (version 0.4.2)

game_odds: Access the real-time game odds for a country by partnered bookmaker

Description

game_odds() scrapes the real-time game odds for a given country by partnered bookmaker.

Usage

game_odds(country = "US")

Value

data.frame with one row per game

Arguments

country

two-letter code (e.g., 'CA'); see countries() for reference

Examples

Run this code
game_odds_CA <- game_odds(country = 'CA')

Run the code above in your browser using DataLab