ncaa_park_factor(team_id, years, type ="conference",...)
Arguments
team_id: The team's unique NCAA id.
years: The season or seasons (i.e. use 2016 for the 2015-2016 season, etc., limited to just 2013-2023 seasons).
type: default is conference. the conference parameter adjusts for the conference the school plays in, the division parameter calculates based on the division the school plays in 1,2,or 3. Defaults to 'conference'.
...: Additional arguments passed to an underlying function like httr.
Returns
A data frame with the following fields: school, home_game, away_game, runs_scored_home, runs_allowed_home, run_scored_away, runs_allowed_away, base_pf (base park factor), home_game_adj (an adjustment for the percentage of home games played) final_pf (park factor after adjustments)
col_name
types
school
character
home_game
numeric
away_game
numeric
runs_scored_home
numeric
runs_allowed_home
numeric
runs_scored_away
numeric
runs_allowed_away
numeric
base_pf
numeric
home_game_adj
numeric
final_pf
numeric
Details
try(ncaa_park_factor(team_id = 736, years = c(2018:2019), type = "conference"))