Skip to contents

create table of start/end dates for year gaps

Usage

create_partition_df(
  partition_size_years = 3,
  start_year = 2040,
  end_year = 2069
)

Arguments

partition_size_years

integer width of partitions in whole years, not more than 10 usually

start_year

integer year to start partitioning (low end of range), default 2040

end_year

integer year to end portioning

Value

data frame of with years, start_date, end_date