List every parameter name that occurs in the questionable results
listParamsInQuestionableResults.Rd
List every parameter name that occurs in the questionable results
Examples
my_folder <- "ccal_results"
file_list <- list.files(my_folder, pattern = "*.xlsx$", full.names = TRUE)
all_ccal_data <- getCCALData(file_list)
param_names <- listParamsInQuestionableResults(all_ccal_data)