View source: R/football_kicking.R
| football_kicking | R Documentation |
Get U SPORTS football kicking stats
football_kicking(year = c())
year |
The season(s) of interest. |
| Column Name | Type |
| player | chr |
| punting_no | int |
| punting_yds | int |
| punting_avg | dbl |
| punting_lg | int |
| punting_tb | int |
| in_20 | int |
| kicking_fga | int |
| kicking_fgm | int |
| kicking_lg | int |
| kicking_xpa | int |
| kicking_xpm | int |
| kicking_rg | int |
| kicking_pts | int |
| kickoffs_no | int |
| kickoffs_yds | int |
| kickoffs_avg | dbl |
| kickoffs_tb | int |
| kickoffs_ob | int |
| team | chr |
| game_id | chr |
| season | chr |
| season_type | chr |
try(football_kicking(2018))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.