nhl_data_nhl_com {ProSportsDraftData}R Documentation

NHL Data NHL.com

Description

Filter NHL Data by Source (NHL.com)

Usage

nhl_data_nhl.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.

city

The city associated with the player or team.

team

The team that selected the player.

league

The league the player was playing in before the draft.

scouting_report

A scouting report of the player.

analysis

An analysis of the player's potential and performance.

Details

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

Value

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

Examples

# Filter NHL data for nhl.com
nhl_com_data <- nhl_data_nhl.com()

# View the first few rows
head(nhl_com_data)

[Package ProSportsDraftData version 1.0.3 Index]