get_date: Get Date format out of numeric year and monthday character...

View source: R/get_date.R

get_dateR Documentation

Get Date format out of numeric year and monthday character value

Description

Get Date format out of numeric year and monthday character value

Usage

get_date(year, monthday, prevyear = FALSE)

Arguments

year

numeric year

monthday

character with month and day i.e. ("-02-01" or "Feb 01")

prevyear

if TRUE starts with previous year

See Also

Other Helper: call_function(), check_data_with_params(), check_dimension_and_time(), convert_dwd_to_phenthau(), get_formalArgs(), get_time(), load_test(), remove_false(), set_attributes(), subset_time(), timename()


PHENTHAUproc documentation built on June 22, 2024, 7:12 p.m.