Learn R Programming

ProSportsDraftData (version 1.0.3)

nfl_data_base: NFL Data Base

Description

Filter NFL Data by Source (Base)

Usage

nfl_data_base()

Arguments

Value

A filtered and selected tibble of NFL data.

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.

Examples

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

# View the first few rows
head(base_data)

Run the code above in your browser using DataLab