nfl_data_espn {ProSportsDraftData}R Documentation

NFL Data ESPN

Description

Filter NFL Data by Source (ESPN)

Usage

nfl_data_espn()

Format

A tibble with the following columns:

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.

Details

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

Value

A filtered and selected tibble of NFL data from ESPN.

Examples

# Filter NFL data for ESPN source
espn_data <- nfl_data_espn()

# View the first few rows
head(espn_data)

[Package ProSportsDraftData version 1.0.3 Index]