Using an already existing end column to slice measurements
Source:R/flux_match_col.R
flux_match_col.Rd
Provides the f_end
column for flux_match
Arguments
- field_record
dataframe recording which measurement happened when. Has to contain at least a column containing the start of each measurement, and any other column identifying the measurements.
- start_col
start column in field_record (
ymd_hms
format)- end_col
end columne in field_record (
ymd_hms
format)- name_field_record
name of the df (for error message)