powered by
This function returns the NBA standings from the given date
NBAStandingsByDate(date_string = "2018-06-30")
A String of the form "2015-04-01"
An list containing the standings in the Eastern and Western Conferences
# 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