Vidyalelo
R Programming · Q17

Introduction to R Programming

Programming · R Programming · question 17

Q17

How do you check the class of an object in R?

A.
class(object)
Answer
B.
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