powered by
Given a list, returns TRUE for all entities that aren't NULL.
not.null(x)
Elements that aren't NULL
A vector to check for NULLs against.
not.null(list(1, NULL, 2, NULL))
Run the code above in your browser using DataLab