Vidyalelo
R Programming · Q63

Introduction to R Programming

Programming · R Programming · question 63

Q63

In the expression x <- 4 in R, what is the class of 'x' as determined by the `class()' function?

A.
Character
B.
Numeric
Answer
C.
Integer
D.
Word

Answer: Option B

Solution

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