Remove Duplicates

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.