check_empty_beaustier_folders()
line_1 <- ""
line_2 <- ""
# No elements
get_duplicate_param_ids(c(line_1, line_2))
# 'RealParameter.1'
get_duplicate_param_ids(c(line_1, line_1))
# 'RealParameter.2'
get_duplicate_param_ids(c(line_2, line_2))
check_empty_beaustier_folders()
Run the code above in your browser using DataLab