powered by
Filter NFL Data by Source (NFL.com)
nfl_data_nfl_com()
A filtered and selected tibble of NFL data from NFL.com.
A tibble with the following columns:
tibble
name
The name of the player.
year
The draft year of the player.
height
The height of the player.
weight
The weight of the player.
position
The position of the player.
college
The college the player attended.
pros
The pros of the player's abilities.
cons
The cons of the player's abilities.
similar_player
A similar player for comparison.
summary
A summary of the player's abilities.
Filters and selects NFL data from NFL.com for the given source value.
# Filter NFL data for NFL.com nfl_data <- nfl_data_nfl_com() # View the first few rows head(nfl_data)
Run the code above in your browser using DataLab