Examveda

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)

Answer: Option A


This Question Belongs to R Programming >> R Programming Basics

Join The Discussion

Related Questions on R Programming Basics