assign partition to each event
partition_mhw_events.Rd
assign a partition_start (a year) to every event in the mhw metrics table that is sent based on either start or end date of the mhw, the new column is called partition_start
Usage
partition_mhw_events(
conn,
mhw_table_name,
partition_size_years = 3,
start_year = 2040,
end_year = 2069,
use_end_date = TRUE
)