View source: R/ncaa_bb_games.R
ncaa_bb_games | R Documentation |
Obtains basketball game data by date from the ncaa stats API. Some notes:
When values are missing (such as a team rank, or a bracket round), they are recorded as NA
dates and times are recorded in ET as is returned by the ET
If seeking to group by a team identifier, it is recommended to use slugs
game_id can be used to obtain pbp and box score data for the game
ncaa_bb_games(date = Sys.Date(), type = "men")
date |
An R Date object. Defaults to |
type |
Men's or Women's game schedule (options: 'men', 'women') |
a data frame with NCAA MBB game data
ncaa_bb_games(as.Date('2021-12-03'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.