Description Usage Arguments Details Value Examples
View source: R/GameandRosterFunctions.R
This function intakes a year and a team abbreviation and outputs a dataframe with each player who has played for the specified team and recorded a measurable statistic
1 2 | season_rosters(season, teams, positions = c("QUARTERBACK", "RUNNING_BACK",
"WIDE_RECEIVER", "TIGHT_END"))
|
season: |
A 4-digit year associated with a given NFL season |
teams: |
A string vector containing the abbreviations for NFL Team(s) |
Positions: |
A string vector containing the abbreviations for NFL position(s). Can be of the following:
|
To find team associated abbrevations use the nflteams dataframe stored in this package!
A dataframe with columns associated with season/year, full player name, team initial, position, and formated player name. players who played and recorded some measurable statistic, and the last column specifyng the number of games they played in.
1 2 | # Roster for Baltimore Ravens in 2013
season_rosters(2013, TeamInt = "BAL")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.