NBAStandingsByDate: NBA Standings by Date

Description Usage Arguments Value Examples

View source: R/nba-standings-by-date.R

Description

This function returns the NBA standings from the given date

Usage

1
NBAStandingsByDate(date_string = Sys.Date())

Arguments

date_string

A String of the form "2015-04-01"

Value

An list containing the standings in the Eastern and Western Conferences

Examples

1
2
3
4
5
## Not run: 
NBAStandingsByDate("2010-01-31") # Jan 31, 2010
NBAStandingsByDate("2017-11-09") # Nov 09, 2017

## End(Not run)

rtelmore/ballr documentation built on July 22, 2020, 2:16 a.m.