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

View source: R/z_footywire-calcs.R

get_footywire_betting_oddsR Documentation

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

Description

[Deprecated]

All get_ functions were replaced with fetch_* functions. Please use fetch_betting_odds_footywire() instead

Usage

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

Examples

#
## Not run: 
get_footywire_betting_odds(2017, 2018)
# ->
fetch_betting_odds_footywire(2017, 2018)

## End(Not run)

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