scrapeTeamStats: Scrape Team Summary Statistics

View source: R/scrapeTeamStats.R

scrapeTeamStatsR Documentation

Scrape Team Summary Statistics

Description

Web scrape (using rvest) team summary statistics for the current ECAC season

Usage

scrapeTeamStats(games = "all", gender = "women")

Arguments

games

collecting data for 'all' (default), 'conference', or 'nonconference' games. Currently no support for 'nonconference' games

gender

'women' (default) or 'men'

Value

data frame of summary team statistics

Examples

scrapeTeamStats()
scrapeTeamStats(games="conference", gender="men")

CharlesReinhardt/ecacr documentation built on May 14, 2022, 2:24 a.m.