round_to: Round to

View source: R/round_to.R

round_toR Documentation

Round to

Description

Round to

Usage

round_to(x, to, f = round)

Arguments

val

Ordered vector

by

Increment

func

Function

Value

Vector of he same class as val

Examples


round_to(1104.3, 5)
round_to(1104.3, 5, ceiling)
round_to(1104.3, 5, trunc)

OlisaNsonwu/jurithy documentation built on Aug. 31, 2024, 12:20 a.m.