fTimestampQC: Find duplicate or missing (half-)hours in a timestamped...

Description Usage Arguments

View source: R/fTimestampQC.R

Description

This function looks at a time series of data to determine whether there are missing or duplicate datetime entries.

Usage

1
fTimestampQC(dat, col_yr, col_doy, col_hour)

Arguments

dat

a dataframe containing the following timestamp columns: year, day of year, and hour

col_yr

a character object specifying the name of the YEAR column

col_doy

a character object specifying the name of the DOY column

col_hour

a character object specifying the name of the HOUR column


ksmiff33/FluxSynthU documentation built on Dec. 15, 2020, 10:29 p.m.