You can check to see whether an R object is NULL with the _________ function.
(a) is.null()
(b) is.nullobj()
(c) null()
(d) as.nullobj()
I got this question in homework.
The origin of the question is Functions topic in portion Control Structures, Functions, Scoping Rules, Loop Functions and Debugging of R Programming