Learn R Programming

fitzRoy (version 0.3.2)

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

Description

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

Usage

get_footywire_betting_odds(
  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

Value

Returns a data frame containing betting odds and basic match info

Details

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

Examples

Run this code
# NOT RUN {
get_footywire_betting_odds(2012, 2018)
# }

Run the code above in your browser using DataLab