filter_entire_days {REddyProc} | R Documentation |
filter entire days
Description
Omit records before the start of the first full day and the end of the last full day
Usage
filter_entire_days(df, col_time = "DateTime")
Arguments
df |
data.frame with column col_time of equidistant |
col_time |
Name of the column with the equidistant timesteps |
Details
Column attributes such as 'units' are kept.
Author(s)
Department for Biogeochemical Integration at MPI-BGC, Jena, Germany <REddyProc-help@bgc-jena.mpg.de> [cph], Thomas Wutzler <twutz@bgc-jena.mpg.de> [aut, cre], Markus Reichstein <mreichstein@bgc-jena.mpg.de> [aut], Antje Maria Moffat <antje.moffat@bgc.mpg.de> [aut, trl], Olaf Menzer <omenzer@bgc-jena.mpg.de> [ctb], Mirco Migliavacca <mmiglia@bgc-jena.mpg.de> [aut], Kerstin Sickel <ksickel@bgc-jena.mpg.de> [ctb, trl], Ladislav <U+0160>igut <sigut.l@czechglobe.cz> [ctb]
See Also
help_DateTimes
, get_day_boundaries
fKeepColumnAttributes
[Package REddyProc version 1.3.3 Index]