powered by
Filter NFL Data by Source (ESPN)
nfl_data_espn()
A filtered and selected tibble of NFL data from ESPN.
A tibble with the following columns:
tibble
source
The source of the data.
name
The name of the player.
year
The year of the draft.
height
The height of the player.
weight
The weight of the player.
college
The college the player attended.
college_abbrivation
The abbreviation of the college.
pre_draft
Pre-draft information.
post_draft
Post-draft information.
position_rank
The position rank of the player.
overall_rank
The overall rank of the player.
score
The player's score from 1-100.
Filters and selects NFL data from ESPN for the given source value.
# Filter NFL data for ESPN source espn_data <- nfl_data_espn() # View the first few rows head(espn_data)
Run the code above in your browser using DataLab