Learn R Programming

ballr (version 0.2.1)

NBAStandingsByDate: NBA Standings by Date

Description

This function returns the NBA standings from the given date

Usage

NBAStandingsByDate(date_string = "2018-06-30")

Arguments

date_string

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

Value

An list containing the standings in the Eastern and Western Conferences

Examples

Run this code
# NOT RUN {
NBAStandingsByDate("2010-01-31") # Jan 31, 2010
NBAStandingsByDate("2017-11-09") # Nov 09, 2017
# }

Run the code above in your browser using DataLab