extractResults: Extract game results from a given season

View source: R/extractResults.R

extractResultsR Documentation

Extract game results from a given season

Description

extractResults returns a data frame with all game results for a single season.

Usage

extractResults(season)

Arguments

season

Integer scalar indicating the season

Details

extractResults is useful for the current season (2019). For past seasons check the included data set gameresults.

Value

A data frame with all the games in the given season.

Note

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.

See Also

Other extract functions: extractPbp


ponelplay/test documentation built on April 14, 2022, 12:43 a.m.