View source: R/football_offence.R
| football_offence | R Documentation |
Get U SPORTS football offence stats
football_offence(year = c())
year |
The season(s) of interest. |
| Column Name | Type |
| player | chr |
| c_a | chr |
| passing_yds | int |
| passing_lg | int |
| passing_td | int |
| passing_int | int |
| rtg | lgl |
| rushing_att | int |
| rushing_yds | int |
| rushing_avg | dbl |
| rushing_lg | int |
| rushing_td | int |
| receiving_no | int |
| receiving_yds | int |
| receiving_avg | dbl |
| receiving_lg | int |
| receiving_td | int |
| fumble_no | int |
| fumble_lost | int |
| team | chr |
| game_id | chr |
| season | chr |
| season_type | chr |
try(football_offence(2018))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.