duplicate_dates {dataresqc} | R Documentation |
Duplicate dates test
Description
Flag dates that appear more than once in daily data.
Usage
duplicate_dates(dailydata, meta = NULL, outpath)
Arguments
dailydata |
A character string giving the path of the input file, or a 5-column matrix with following columns: variable code, year, month, day, and the daily value. |
meta |
A character vector with 6 elements: station ID, latitude, longitude,
altitude, variable code, units. If |
outpath |
Character string giving the path for the QC results. |
Details
The input file must follow the Copernicus Station Exchange Format (SEF).
Author(s)
Alba Gilabert, Yuri Brugnara
Examples
duplicate_dates(Rosario$Tx, Meta$Tx, outpath = tempdir())
[Package dataresqc version 1.1.1 Index]