View source: R/football_returns.R
| football_returns | R Documentation |
Get U SPORTS football returns stats
football_returns(year = c())
year |
The season(s) of interest. |
| Column Name | Type |
| player | chr |
| punting_returns_no | int |
| punting_returns_yds | int |
| punting_returns_avg | dbl |
| punting_returns_lg | int |
| punting_returns_td | int |
| kickoff_returns_no | int |
| kickoff_returns_yds | int |
| kickoff_returns_avg | dbl |
| kickoff_returns_lg | int |
| kickoff_returns_td | int |
| interception_returns_no | int |
| interception_returns_yds | int |
| interception_returns_avg | dbl |
| interception_returns_lg | int |
| interception_returns_td | int |
| team | chr |
| game_id | chr |
| season | chr |
| season_type | chr |
try(football_returns(2018))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.