nba_data_espn {ProSportsDraftData}R Documentation

NBA Data ESPN

Description

Filter NBA Data by Source (ESPN)

Usage

nba_data_espn()

Format

A tibble with the following columns:

name

The name of the player.

year

The year of the draft.

height

The height of the player.

weight

The weight of the player.

school

The school the player attended.

college_abbreviation

The abbreviation of the college the player attended.

pros

The pros of the player's abilities.

cons

The cons of the player's abilities.

verdict

The overall verdict on the player's potential.

pre_draft_analysis

Analysis of the player before the draft.

post_draft_analysis

Analysis of the player after the draft.

ranking

The player's ranking.

player_score

The score given to the player.

Details

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

Value

A filtered and selected tibble of NBA data from ESPN.

Examples

# Filter NBA data for ESPN
espn_data <- nba_data_espn()

# View the first few rows
head(espn_data)


[Package ProSportsDraftData version 1.0.3 Index]