Description Usage Arguments Value Examples
Returns a single celdaList representing the combination of two provided celdaList objects.
1 | appendCeldaList(list1, list2)
|
list1 |
A celda_list object |
list2 |
A celda_list object to be joined with list_1 |
A celdaList object. This object contains all resList entries and runParam records from both lists.
1 2 3 4 5 | data(celdaCGGridSearchRes)
appendedList <- appendCeldaList(
celdaCGGridSearchRes,
celdaCGGridSearchRes
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.