get_sport_state {sleeperapi} | R Documentation |
Given a sport abbreviation (NFL, NBA, etc.), return information about the current sport state.
get_sport_state(sport)
sport |
Sport that you would like to query (nfl, nba, lcs, etc.) (character) |
Returns a list containing information about the sport state.
Nick Bultman, njbultman74@gmail.com, December 2021
## Not run: get_sport_state("nfl")