R/Round.R

Defines functions Round

Documented in Round

#[export]
Round <- function(x, digit=0, na.rm = FALSE) {
  .Call(Rfast_Round,x,digit,na.rm)
}

Try the Rfast package in your browser

Any scripts or data that you put into this service are public.

Rfast documentation built on Nov. 9, 2023, 5:06 p.m.