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): #'
seeddouble.
regioncharacter. Only avaliable for year >= 2022
teamcharacter.
confcharacter.
r64double.
r32double.
s16double.
e8double.
f4double.
f2double.
champdouble.
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.