Description Usage Arguments Value Examples
Get Playoff Details
1 | getPlayoffDetails(season = NULL, series = NULL)
|
season |
optional, the season of playoff info you wish to get |
series |
optional, either series number (1-4) or name ('Conference Quarterfinals', 'Conference Semifinals', 'Conference Finals', 'Stanley Cup Final'). |
a list of all playoffs result matching provided season and series
1 2 3 4 5 6 7 8 | #Get all playoff series in 20172018
playoffs_1718 <- getPlayoffDetails(season = 20172018)
#Get all Stanley Cup Finals series:
playoffs_finals <- getPlayoffDetails(series = 'Stanley Cup Final')
#alternativly, with a series code:
playoffs_finals <- getPlayoffDetails(series = 4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.