1.

Which of the following truncates real x to integers?

A. as.order(x)
B. as.integer(x)
C. as.numeric(x)
D. as.character(x)
Answer» C. as.numeric(x)


Discussion

No Comment Found