duplicate_times: Duplicate times test

Description Usage Arguments Details Author(s) Examples

View source: R/C3FURV.R

Description

Flag times that appear more than once.

Usage

1
duplicate_times(subdailydata, meta = NULL, outpath = getwd())

Arguments

subdailydata

A character string giving the path of the input file, or a 7-column matrix with following columns: variable code, year, month, day, hour, minute, value.

meta

A character vector with 6 elements: station ID, latitude, longitude, altitude, variable code, units. If subdailydata is a path, meta is ignored.

outpath

Character string giving the path for the QC results. By default this is the working directory.

Details

The input file must follow the Copernicus Station Exchange Format (SEF).

Author(s)

Alba Gilabert, Yuri Brugnara

Examples

1
duplicate_times(Bern$p, Meta$p[which(Meta$p$id=="Bern"),])

C3S-Data-Rescue-Lot1-WP3/C3S-QC documentation built on Jan. 15, 2020, 10:36 p.m.