Description Usage Arguments Examples
This functional can reserve elements not null in list.
1
compact(l)
l
The object list.
1 2
x <- list(a = 1:10,b=NULL,c=letters[1:10]) compact(x)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.