Skip to contents

Partial function constructor for cut_season

Usage

cut_seasonyear.fun(label = c("yearseason", "year"), labels = NULL)

Arguments

label

choice between c("yearseason", "year"). "yearseason" will combine the year and the output from cut_season(), "year" will return only the adjusted year.

labels

forwarded to cut_season()

Value

Partial function of cut_seasonyear() with x as sole argument

See also