appendCeldaList | R Documentation |
Returns a single celdaList representing the combination of two provided celdaList objects.
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.
data(celdaCGGridSearchRes)
appendedList <- appendCeldaList(
celdaCGGridSearchRes,
celdaCGGridSearchRes
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.