View source: R/load_cfb_datasets.R
| load_cfb_recruits | R Documentation |
Loads player recruiting rankings – one row per recruit-season with
stars, rating, position, and school commitment. Published to the
cfb_recruits release tag on the sportsdataverse-data repo.
load_cfb_recruits(
seasons = most_recent_cfb_season(),
...,
dbConnection = NULL,
tablename = NULL
)
seasons |
A vector of 4-digit years associated with given college football seasons. Published coverage runs 2002 through the most recent season. Pass |
... |
Additional arguments passed to an underlying function that writes the season data into a database. |
dbConnection |
A |
tablename |
The name of the data table within the database |
Returns a cfbfastR_data tibble.
| col_name | types | description |
| season | integer | |
| team_id | integer | |
| team_id_247 | character | |
| team | character | |
| recruit_id | character | |
| player_name | character | |
| stars | integer | |
| grade | double | |
| position | character | |
Saiem Gilani
try(load_cfb_recruits(2002))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.