List every parameter that occurs in the data
listParamsInData.Rd
List every parameter that occurs in the data
Examples
my_folder <- "ccal_results"
file_list <- list.files(my_folder, pattern = "*.xlsx$", full.names = TRUE)
all_ccal_data <- getCCALData(file_list)
parameters <- listParamsInData(all_ccal_data)