nba_data_nba_com {ProSportsDraftData}R Documentation

NBA Data NBA.com

Description

Filter NBA Data by Source (NBA.com)

Usage

nba_data_nba_com()

Format

A tibble with the following columns:

name

The name of the player.

year

The year of the draft.

position

The position the player plays.

school

The school the player attended.

weight

The weight of the player.

grade

The grade given to the player.

date_of_birth

The date of birth of the player.

profile

Profile description of the player.

analysis

An analysis of the player's potential and performance.

projection

Projection of the player's future performance.

Details

Filters and selects NBA data from NBA.com for the given source value.

Value

A filtered and selected tibble of NBA data from NBA.com.

Examples

# Filter NFL data for NBA.com
nba_com <- nba_data_nba_com()

# View the first few rows
head(nba_com)


[Package ProSportsDraftData version 1.0.3 Index]