powered by
Player information lookup
cfbd_player_info(search_term, position = NULL, team = NULL, year = NULL)
(String required): Search term for the player you are trying to look up
(string optional): Position of the player you are searching for. Position Group - options include:
Offense: QB, RB, FB, TE, OL, G, OT, C, WR
Defense: DB, CB, S, LB, DE, DT, NT, DL
Special Teams: K, P, LS, PK
(String optional): Team - Select a valid team, D1 football
(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:
cfbd_player_info()
athlete_id
Unique player identifier athlete_id.
team
Team of the player.
name
Player name.
first_name
Player first name.
last_name
Player last name.
weight
Player weight.
height
Player height.
jersey
Player jersey number.
position
Player position.
home_town
Player home town.
team_color
Player team color.
team_color_secondary
Player team secondary color.
# NOT RUN { try(cfbd_player_info(search_term = "James", position = "DB", team = "Florida State", year = 2017)) try(cfbd_player_info(search_term = "Lawrence", team = "Clemson")) # }
Run the code above in your browser using DataLab