Skip to contents

Remove lab duplicates and other duplicate rows.

Usage

handle_duplicates(data)

Arguments

data

The "data" table produced by getCCALData().

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 "%>%"