sequence_seasons: Sequence Seasons

Description Usage Arguments Value Examples

View source: R/season_ids.R

Description

Create a sequence of seasons between start and end seasons

Usage

1
sequence_seasons(start_season, end_season)

Arguments

start_season

a season_id

end_season

a season_id must come after start_season

Value

A sequence of seasons between and including the start and end seasons.

Examples

1
2
sequence_seasons("2015_2016", "2019_2020")
sequence_seasons(2000, 2008)

neilcuz/panenkar documentation built on June 19, 2021, 7:31 p.m.