get_date {PHENTHAUproc} | R 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()
[Package PHENTHAUproc version 1.1 Index]