nhl_data_base {ProSportsDraftData}R Documentation

NHL Data Base

Description

Filter NHL Data by Source (Base)

Usage

nhl_data_base()

Format

A tibble with the following columns:

name

The name of the player.

round

The round in which the player was drafted.

rank

The rank of the player in the draft.

Details

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

Value

A filtered and selected tibble of NHL data.

Examples

# Filter NHL data for base source
base_data <- nhl_data_base()

# View the first few rows
head(base_data)


[Package ProSportsDraftData version 1.0.3 Index]