Description Usage Arguments Details Value See Also
Merges multiple lists into a single list.
1 2 |
x |
List of lists required. |
func |
Function with arity |
which.names |
Integer index of the list in |
from |
Whether to reduce from left or right, defaults to |
allow.ragged |
Whether to allow input lists of unequal length,
defaults to |
warn |
Logical indicating whether to signal a warning if the name
vector specified by |
If the input lists are of unequal length an error is thrown unless
allow.ragged is set to TRUE. The warn parameter is only of
relevance when x is ragged (input lists are of unequal length). In
such a case just make sure the name vector referenced via which.names
has the same length as the longest list of x. Each iteration
func is called with the current items of x[1...n] as arguments.
If x is ragged missing values for current items are represented by
NULL.
List.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.