.appendList {onc.api} | R Documentation |
Helper that appends a list item to a list of lists
Description
Helper that appends a list item to a list of lists
Usage
.appendList(li = list(), item = list())
Arguments
li |
The container list |
item |
The list to append to li as a new element |
Value
The modified list
[Package onc.api version 2.0.1.0 Index]