nfl_data_the_ringer {ProSportsDraftData} | R Documentation |
NFL Data The Ringer
Description
Filter NFL Data by Source (The Ringer)
Usage
nfl_data_the_ringer()
Format
A tibble
with the following columns:
name
The name of the player.
rank
The rank of the player.
year
The draft year of the player.
position
The position of the player.
college
The college the player attended.
grade
The grade of the player.
yds
The number of yards the player ran.
ypa
The yards per attempt.
ypr
The yards per reception.
tds
The number of touchdowns by the player.
ints
The number of interceptions.
rtg
The rating of the player.
tkls
The number of tackles by the player.
tfl
The number of tackles for loss.
ypc
The yards per carry.
pbu
The number of pass break-ups by the player.
twenty_plus
The number of plays of twenty or more yards.
sacks
The number of sacks by the player.
gms
The number of games played.
strts
The number of games started.
sk_all
The number of sacks allowed by the player.
height
The height of the player.
weight
The weight of the player.
age
The age of the player.
main_selling_point
The main selling point of the player.
description
A description of the player.
similar_player
A similar player for comparison.
scouting_report
The scouting report of the player.
pros
The pros of the player's abilities.
cons
The cons of the player's abilities.
Details
Filters and selects NFL data from The Ringer for the given source value.
Value
A filtered and selected tibble of NFL data from The Ringer.
Examples
# Filter NFL data for The Ringer
ringer_data <- nfl_data_the_ringer()
# View the first few rows
head(ringer_data)