help_DateTimes.Rd
Overview of functions helping with Timestamps and Dates
help_DateTimes()
Functions helping with preparing and subsetting timestamps:
Convert different time formats to POSIX:
fConvertTimeToPosix
Convert JulianDate format used in Berkeley release to POSIXct:
BerkeleyJulianDateToPOSIXct
Return the first timestamp at (end_of_first_record_in_day) and the
last at midnight:
get_day_boundaries
Omit records before the start of the first full day and the end of
the last full day:
filter_entire_days
Subset data.frame to given years respecting the end-of-period
convention: filter_years_eop
Back to REddyProc-package.