Vidyalelo
R Programming · Q14

R Programming Basics

Programming · R Programming · question 14

Q14

In R, how do you round a numeric value to the nearest integer using the round() function?

A.
round(5.78)
Answer
B.
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