Change frequency to seasonal frequency
Examples
if (FALSE) { # \dontrun{
htr_seasonal_frequency(indir = here("data", "proc", "sliced", "omip", variable),
tempdir = here("data", "temporary"), # you can also have this as a folder that isn't temporary, you just need to delete the line of code below that deletes all the files in this folder. `tempdir` holds the files that selects the particular months of interest for the specific season
outdir = here("data", "proc", "seasonal", "omip", variable),
months = c("01", "02", "03"), # define season (in numbered format)
months_name = "jan-mar" # define season name
)
} # }