powered by
Remove NULL results from a list
remove_null(x)
The list x without NULL
x
NULL
A list
x <- list(a = letters[1:5], b = NULL, c = complex(3)) x remove_null(x)
Run the code above in your browser using DataLab