nfl_data_base: NFL Data Base

View source: R/nfl_data.R

nfl_data_baseR 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)


ProSportsDraftData documentation built on Sept. 11, 2024, 8:10 p.m.