coalesce_r | R Documentation |
Returns first element of list that it not NULL
, recursively.
coalesce_r(x)
x |
( |
Given a list of atomic vectors, the first non-null element is returned.
Given a list of lists, for all names
found in all elements of the list
the first non-null element of a given name is returned.
This function is used internally in c.teal_slices
to manage teal_slices
attributes.
Either an atomic vector of length 1 or a (potentially nested) list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.