nhl_data_espn {ProSportsDraftData} | R Documentation |
Filter NHL Data by Source (ESPN)
nhl_data_espn()
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.
Filters and selects NHL data from ESPN for the given source value.
A filtered and selected tibble of NHL data from ESPN.
# Filter NHL data for ESPN
espn_data <- nhl_data_espn()
# View the first few rows
head(espn_data)