get_sport_state {sleeperapi}R Documentation

Gather Sport State

Description

Given a sport abbreviation (NFL, NBA, etc.), return information about the current sport state.

Usage

get_sport_state(sport)

Arguments

sport

Sport that you would like to query (nfl, nba, lcs, etc.) (character)

Value

Returns a list containing information about the sport state.

Author(s)

Nick Bultman, njbultman74@gmail.com, December 2021

Examples

## Not run: get_sport_state("nfl")


[Package sleeperapi version 1.1.1 Index]