View source: R/extractResults.R
extractResults | R Documentation |
extractResults
returns a data frame with all game results for
a single season.
extractResults(season)
season |
Integer scalar indicating the season |
extractResults
is useful for the current season (2019).
For past seasons check the included data set gameresults
.
A data frame with all the games in the given season.
extractResults
takes considerable time since it parses all
web pages containing game results for the given season. Looping over
many seasons may take a long time.
Other extract functions: extractPbp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.