nfl_data_walter_football {ProSportsDraftData}R Documentation

NFL Data Walter Football

Description

Filter NFL Data by Source (Walter Football)

Usage

nfl_data_walter_football()

Format

A tibble with the following columns:

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.

arm_length

The arm length of the player.

hand_length

The hand length of the player.

college

The college the player attended.

position

The position of the player.

next_gen_production_score

The Next Gen production score.

next_gen_athleticism_score

The Next Gen athleticism score.

forty_yard_dash

The forty-yard dash time.

vertical_jump

The vertical jump height.

nfl_prospect_grade

The NFL prospect grade.

home_town

The hometown of the player.

broad_jump

The broad jump distance.

three_cone_drill

The three-cone drill time.

twenty_yard_shuttle

The twenty-yard shuttle time.

bench_press

The bench press reps.

similar_player

A similar player for comparison.

summary

A summary of the player's abilities.

pros

The pros of the player's abilities.

cons

The cons of the player's abilities.

Details

Filters and selects NFL data from Walter Football for the given source value.

Value

A filtered and selected tibble of NFL data from Walter Football.

Examples

# Filter NFL data for Walter Football source
walter_data <- nfl_data_walter_football()

# View the first few rows
head(walter_data)

[Package ProSportsDraftData version 1.0.3 Index]