Skip to contents

Rounds numbers using the round up method, rather than the round to the nearest even number method used by the base function round.

Usage

round_up(n, digits = 0)

Arguments

n

A numeric to be rounded.

digits

A numeric specifying which decimal places to round to

Value

Numeric