nfl_data_nfl_com {ProSportsDraftData}R Documentation

NFL Data NFL.com

Description

Filter NFL Data by Source (NFL.com)

Usage

nfl_data_nfl_com()

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.

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.

Details

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

Value

A filtered and selected tibble of NFL data from NFL.com.

Examples

# Filter NFL data for NFL.com
nfl_data <- nfl_data_nfl_com()

# View the first few rows
head(nfl_data)

[Package ProSportsDraftData version 1.0.3 Index]