Vidyalelo
R Programming · Q174

Control Structures in R Programming

Programming · R Programming · question 174

Q174

You can check to see whether an R object is NULL with the . . . . . . . . function.

A.
is.null()
Answer
B.
is.nullobj()
C.
null()
D.
as.nullobj()

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board