powered by
Filter NHL Data by Source (Base)
nhl_data_base()
A filtered and selected tibble of NHL data.
A tibble with the following columns:
tibble
name
The name of the player.
round
The round in which the player was drafted.
rank
The rank of the player in the draft.
Filters and selects NHL data from the base source for the given source value.
# Filter NHL data for base source base_data <- nhl_data_base() # View the first few rows head(base_data)
Run the code above in your browser using DataLab