appendCeldaList {celda}R Documentation

Append two celdaList objects

Description

Returns a single celdaList representing the combination of two provided celdaList objects.

Usage

appendCeldaList(list1, list2)

Arguments

list1

A celda_list object

list2

A celda_list object to be joined with list_1

Value

A celdaList object. This object contains all resList entries and runParam records from both lists.

Examples

data(celdaCGGridSearchRes)
appendedList <- appendCeldaList(celdaCGGridSearchRes,
    celdaCGGridSearchRes)

[Package celda version 1.0.2 Index]