nhl_data_espn {ProSportsDraftData}R Documentation

NHL Data ESPN

Description

Filter NHL Data by Source (ESPN)

Usage

nhl_data_espn()

Format

A tibble with the following columns:

name

The name of the player.

year

The year of the draft.

date_of_birth

The date of birth of the player.

age

The age of the player at the time of the draft.

current_team

The current team of the player.

league

The league the player was playing in before the draft.

scouting_report

A scouting report of the player.

team_fit

How well the player fits with the drafting team.

likely_to_play

The likelihood of the player playing in the NHL.

Details

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

Value

A filtered and selected tibble of NHL data from ESPN.

Examples

# Filter NHL data for ESPN
espn_data <- nhl_data_espn()

# View the first few rows
head(espn_data)


[Package ProSportsDraftData version 1.0.3 Index]