In the expression x <- 4 in R, what is the class of ‘x’ as determined by the `class()’ function?
(a) Character
(b) Numeric
(c) Integer
(d) Word
I have been asked this question at a job interview.
My question is based upon Basics in chapter History, Overview and Getting Started of R Programming