View source: R/bart_tourney_odds.R
bart_tourney_odds | R Documentation |
Returns a tibble with round-to-round tournament probabilities. Data runs back to the 2018 tournament; region is only avaliable for the 2022 tournament.
bart_tourney_odds(year = current_season(), odds = "current")
year |
Defaults to current season (YYYY). |
odds |
Filters results by odds, defaults to current (see details). |
odds
splits the data by four variables:
Returns to-date odds.
Returns pre-tournament odds
Returns adjusted odds over the last ten games
Returns odds against top 100 opponents.
Returns a tibble with 10 to 11 columns (depending on year input): #'
seed
double.
region
character. Only avaliable for year >= 2022
team
character.
conf
character.
r64
double.
r32
double.
s16
double.
e8
double.
f4
double.
f2
double.
champ
double.
try(bart_tourney_odds(year=2022, odds='pre'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.