cfbd_player_info | R Documentation |
Player information lookup
cfbd_player_info(search_term, position = NULL, team = NULL, year = NULL)
search_term |
(String required): Search term for the player you are trying to look up |
position |
(string optional): Position of the player you are searching for. Position Group - options include:
|
team |
(String optional): Team - Select a valid team, D1 football |
year |
(Integer optional): Year, 4 digit format (YYYY). If left NULL, API default will only provide results for most recent year of final rosters: 2020 |
cfbd_player_info()
- A data frame with 12 variables:
athlete_id
:character.Unique player identifier athlete_id
.
team
:character.Team of the player.
name
:character.Player name.
first_name
:character.Player first name.
last_name
:character.Player last name.
weight
:integer.Player weight.
height
:integer.Player height.
jersey
:integer.Player jersey number.
position
:character.Player position.
home_town
:character.Player home town.
team_color
:character.Player team color.
team_color_secondary
:character.Player team secondary color.
try(cfbd_player_info(search_term = "James", position = "DB", team = "Florida State", year = 2017)) try(cfbd_player_info(search_term = "Lawrence", team = "Clemson"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.