Q17
How do you check the class of an object in R?
A.
class(object)
AnswerB.
type(object)
C.
typeof(object)
D.
obj_class(object)
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board