nfl_data_base {ProSportsDraftData}R Documentation

NFL Data Base

Description

Filter NFL Data by Source (Base)

Usage

nfl_data_base()

Format

A tibble with the following columns:

name

The name of the player.

round

The round in which the player was drafted.

rank

The rank of the player.

Details

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

Value

A filtered and selected tibble of NFL data.

Examples

# Filter NFL data for base source
base_data <- nfl_data_base()

# View the first few rows
head(base_data)


[Package ProSportsDraftData version 1.0.3 Index]