nba_data_base {ProSportsDraftData}R Documentation

NBA Data Base

Description

Filter NBA Data by Source (Base)

Usage

nba_data_base()

Format

A tibble with the following columns:

name

The name of the player.

year

The year of the draft.

round

The round in which the player was drafted.

Details

Filters and selects NBA data from the Base (ESPN.com) source.

Value

A filtered and selected tibble of NBA data from Base.

Examples

# Filter NBA data for base source
base_data <- nba_data_base()

# View the first few rows
head(base_data)


[Package ProSportsDraftData version 1.0.3 Index]