View source: R/kp_ratings_tables.R
| kp_fourfactors | R Documentation |
Get Four Factors Data
kp_fourfactors(min_year, max_year = most_recent_mbb_season())
min_year |
First year of data to pull |
max_year |
Last year of data to pull |
Returns a tibble of four factors ratings
| col_name | types |
| team | character |
| conf | character |
| adj_t | numeric |
| adj_t_rk | numeric |
| adj_o | numeric |
| adj_o_rk | numeric |
| off_e_fg_pct | numeric |
| off_e_fg_pct_rk | numeric |
| off_to_pct | numeric |
| off_to_pct_rk | numeric |
| off_or_pct | numeric |
| off_or_pct_rk | numeric |
| off_ft_rate | numeric |
| off_ft_rate_rk | numeric |
| adj_d | numeric |
| adj_d_rk | numeric |
| def_e_fg_pct | numeric |
| def_e_fg_pct_rk | numeric |
| def_to_pct | numeric |
| def_to_pct_rk | numeric |
| def_or_pct | numeric |
| def_or_pct_rk | numeric |
| def_ft_rate | numeric |
| def_ft_rate_rk | numeric |
| ncaa_seed | numeric |
| year | numeric |
Other KenPom Ratings Functions:
kp_efficiency(),
kp_foul_trouble(),
kp_height(),
kp_kpoy(),
kp_playerstats(),
kp_pointdist(),
kp_pomeroy_ratings(),
kp_teamstats()
try(kp_fourfactors(min_year = 2020, max_year = 2021))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.