fetch_betting_odds_footywire: Fetch AFL match betting odds from https://www.footywire.com

View source: R/fetch-betting-odds.R

fetch_betting_odds_footywireR Documentation

Fetch AFL match betting odds from https://www.footywire.com

Description

fetch_betting_odds_footywire returns a data frame containing betting odds and basic match info for Men's AFL matches.

Usage

fetch_betting_odds_footywire(
  start_season = "2010",
  end_season = lubridate::year(Sys.Date())
)

Arguments

start_season

First season to return, in yyyy format. Earliest season with data available is 2010.

end_season

Last season to return, in yyyy format

Details

The data frame contains the home and away team as well as venue.

Value

Returns a data frame containing betting odds and basic match info

Examples

## Not run: 
fetch_betting_odds_footywire(2012, 2018)

## End(Not run)

fitzRoy documentation built on March 7, 2023, 6:45 p.m.