add_elements {publipha} | R Documentation |
Adds named elements to a list when they are not there already.
Description
Adds named elements to a list when they are not there already.
Usage
add_elements(input, ..., .eager = TRUE)
Arguments
input |
List. The input list to manipulate. |
... |
Key value pairs to add to the list provided the key is not already used. |
.eager |
Logical; Should the |
Value
A modified list.
[Package publipha version 0.1.2 Index]