View source: R/scrapeIndivStatsByTeam.R
scrapeIndivStatsByTeam | R Documentation |
Webscrape (using rvest) all individual player statistics of a given team for the current season
scrapeIndivStatsByTeam( team, games = "all", players = "goalies", gender = "women" )
team |
ECAC team to scrape data for |
games |
collecting data for 'all' (default), 'conference', or 'nonconference' games. Currently no support for 'nonconference' games |
players |
type of players stats to collect, 'goalies' (default) or 'skaters' |
gender |
'women' (default) or 'men' |
data frame of individual player statistics for one ECAC team
scrapeIndivStatsByTeam(team="brown") scrapeIndivStatsByTeam(team="clarkson", games="conference", players="skaters", gender="men")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.