Q14
In R, how do you round a numeric value to the nearest integer using the round() function?
A.
round(5.78)
AnswerB.
round_to_int(5.78)
C.
round_up(5.78)
D.
round_down(5.78)
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board