R/validation.R
removeDuplicates.Rd
Remove Duplicates
removeDuplicates(hydraulicData, timeColumnName = "DateTime", keep.first = TRUE)
data frame with date and time column as named in timeColumnName
timeColumnName
name of date and time column in hydraulicData
hydraulicData
logical. If TRUE (FALSE is not implemented!) only the first rows of sets of rows with duplicated time stamps are kept.
TRUE
FALSE