Q47
Which of the following truncates real x to integers?
A.
as.order(x)
B.
as.integer(x)
AnswerC.
as.numeric(x)
D.
as.character(x)
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board