View source: R/scrapeGameStatsByTeam.R
scrapeGameStatsByTeam | R Documentation |
Webscrape (using rvest) skater and goalie statistics for one team's games this season
scrapeGameStatsByTeam(team, gender = "women")
team |
ECAC team to scrape data for |
gender |
'women' (default) or 'men' |
dataframe of game statistics
scrapeGameStatsByTeam(team="brown") scrapeGameStatsByTeam(team="stlawrence", gender="men")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.