round_any: Round to any integer from...

View source: R/utils_helpers.R

round_anyR Documentation

Round to any integer from https://stackoverflow.com/questions/43627679/round-any-equivalent-for-dplyr/46489816#46489816

Description

Round to any integer from https://stackoverflow.com/questions/43627679/round-any-equivalent-for-dplyr/46489816#46489816

Usage

round_any(x, accuracy, f = round)

Arguments

x

a number to round

accuracy

a number specifying what nearest digit or number to round to

f

function to use to round (defaults to round)


brentscott93/lasertrapr documentation built on March 26, 2024, 4:26 p.m.