Description Usage Arguments Value Examples
Fetch player statistics for NBA season statistics
1 2 | fetch_NBAPlayerStatistics(season = "09-10", what = c("",
".Home", ".Away"))
|
season |
Season to fetch ( |
what |
Complete, home or away statistics |
Data frame; see NBAPlayerStatistics0910
for
a description.
1 2 3 4 5 6 | ## Not run:
fetch_NBAPlayerStatistics("07-08")
fetch_NBAPlayerStatistics("07-08", what = ".Home")
fetch_NBAPlayerStatistics("07-08", what = ".Away")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.