Simple helper function that generates a simple sequence of POSIXct dates between a specified starting year and an ending year. The frequency can be specified. The date sequence starts at 00:00:00.
Arguments
- startY
Starting year for sequence of dates
- endY
Ending year for sequence of dates
- freq
"hour", "day", "week", "month", "quarter" or "year"
- tz
time zone. Default UTC.
Value
Tibble with date sequence with date frequency as specified. The date sequence starts at 00:00:00
See also
Other Helper functions:
%>%(),
aggregate_to_monthly(),
cutRaster2Basin(),
decadeMaker(),
hyear(),
monDateSeq(),
posixct2rsminerveChar()