Returns a single celdaList representing the combination of two provided celdaList objects.
appendCeldaList(list1, list2)A celdaList object. This object contains all resList entries and runParam records from both lists.
data(celdaCGGridSearchRes)
appendedList <- appendCeldaList(
celdaCGGridSearchRes,
celdaCGGridSearchRes
)