Skip to contents

List every parameter name that occurs in the questionable results

Usage

listParamsInQuestionableResults(ccal_data)

Arguments

ccal_data

The list object returned by getCCALData

Value

A character vector of parameter names

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)