appendCeldaList: Append two celdaList objects

Description Usage Arguments Value Examples

View source: R/misc.R

Description

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

Usage

1
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

1
2
3
4
5

celda documentation built on Nov. 8, 2020, 8:24 p.m.