Get Division-I statistical trends
Value
A data frame with the following columns:
| col_name | types | description |
| season | numeric | Season identifier (4-digit year or 'YYYY-YY' string). |
| efficiency | numeric | Efficiency. |
| tempo | numeric | Tempo. |
| e_fg_pct | numeric | E field goals percentage (0-1 decimal). |
| to_pct | numeric | To percentage (0-1 decimal). |
| or_pct | numeric | Or percentage (0-1 decimal). |
| ft_rate | numeric | Ft rate. |
| fg_2_pct | numeric | Field goals 2 percentage (0-1 decimal). |
| fg_3_pct | numeric | Field goals 3 percentage (0-1 decimal). |
| fg_3a_pct | numeric | Field goals 3a percentage (0-1 decimal). |
| ft_pct | numeric | Free throw percentage (0-1). |
| a_pct | numeric | A percentage (0-1 decimal). |
| blk_pct | numeric | Blocks percentage (0-1 decimal). |
| stl_pct | numeric | Steals percentage (0-1 decimal). |
| non_stl_pct | numeric | Non steals percentage (0-1 decimal). |
| avg_hgt | numeric | Avg hgt. |
| continuity | numeric | Continuity. |
| home_win_pct | numeric | Home win percentage (0-1 decimal). |
| ppg | numeric | Points per game. |
See also
Other KP Misc. Functions:
kp_arenas(),
kp_fanmatch(),
kp_game_attrs(),
kp_hca(),
kp_officials(),
kp_referee()
Examples
# \donttest{
try(kp_trends())
#> ✖ 2026-08-06 04:00:56.082801: Invalid arguments or no trends data available!
#> ✖ Error: HTTP 429 Too Many Requests.
#> NULL
# }
