Skip to contents

Get all goalies' biographies by range of seasons

Usage

get_goalies(start_season = 19171918, end_season = get_season_now()$seasonId)

Arguments

start_season

integer Season to start search in YYYYYYYY

end_season

integer Season to end search in YYYYYYYY

Value

tibble with one row per goalie

Examples

goalies_2000s <- get_goalies(start_season=20002001, end_season=20242025)