Airman01
0
Q:

how to get the round in r

floor(x) # rounds to the smallest nearest integer
ceiling(x) # rounds to the largest nearest integer
trunc(x) rounds to the nearest integer in the direction of 0
format(round(x, 2), nsmall = 2)
1
# Round up to the next integer
ceiling(x)
0

New to Communities?

Join the community