removeDuplicates: Remove Duplicates

Description Usage Arguments

View source: R/validation.R

Description

Remove Duplicates

Usage

1
2
removeDuplicates(hydraulicData, timeColumnName = "DateTime",
  keep.first = TRUE)

Arguments

hydraulicData

data frame with date and time column as named in timeColumnName

timeColumnName

name of date and time column in hydraulicData

keep.first

logical. If TRUE (FALSE is not implemented!) only the first rows of sets of rows with duplicated time stamps are kept.


KWB-R/kwb.monitoring documentation built on May 17, 2019, 1:06 p.m.