The datascrapes need a week and season designation to work.
weekNo
An integer representing the week number. 0 for preseason, 1-17 for regular season and 18-21 for post season
season
A year representing the season. Should be 2008 or later but can't be higher than current year
1 2 3 4 | dataPeriod(weekNo = 1, season = 2015) # Week 1 of the 2015 season
dataPeriod(season = 2015) # 2015 season
dataPeriod(weekNo = 3) # Week 3 of the current year
dataPeriod() # Current season
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.