Learn R Programming

ProSportsDraftData (version 1.0.3)

nba_data_base: NBA Data Base

Description

Filter NBA Data by Source (Base)

Usage

nba_data_base()

Arguments

Value

A filtered and selected tibble of NBA data from 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.

Examples

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

# View the first few rows
head(base_data)

Run the code above in your browser using DataLab