Q. In R, how do you round a numeric value to the nearest integer using the round() function? (A) round(5.78) (B) round_to_int(5.78) (C) round_up(5.78) (D) round_down(5.78) ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) round(5.78)