Q12
How do you check the data type of a variable in R?
A.
typeof(var)
B.
class(var)
AnswerC.
type(var)
D.
checkType(var)
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board