scrapeGameStatsByTeam: Scrape Game Statistics for one season (of one team) of ECAC...

View source: R/scrapeGameStatsByTeam.R

scrapeGameStatsByTeamR Documentation

Scrape Game Statistics for one season (of one team) of ECAC hockey games

Description

Webscrape (using rvest) skater and goalie statistics for one team's games this season

Usage

scrapeGameStatsByTeam(team, gender = "women")

Arguments

team

ECAC team to scrape data for

gender

'women' (default) or 'men'

Value

dataframe of game statistics

Examples

scrapeGameStatsByTeam(team="brown")
scrapeGameStatsByTeam(team="stlawrence", gender="men")

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