Remove lab duplicates and other duplicate rows.
handle_duplicates.Rd
Remove lab duplicates and other duplicate rows.
Value
The data after lab QC duplicates have been removed and any duplicate rows resulting from the presence of multiple flags for one measurement have been removed.
Examples
tidy_ccal_no_dups <- getCCALData(use_example_data(file_names = "SPAC_080199.xlsx"))[[1]][[1]] %>%
handle_duplicates()
#> Error in getCCALData(use_example_data(file_names = "SPAC_080199.xlsx"))[[1]][[1]] %>% handle_duplicates(): could not find function "%>%"