rm.null | R Documentation |
NULL
elements from a vector or a listFilter NULL
elements from a vector or a list
rm.null(v)
v |
Vector or list |
Filtered vector or list with no NULL
elements; if v
is
a vector composed of NULL
elements, returns a NULL
; if v
is a list of NULL
elements, returns an empty list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.