R/specify_decimal.R

Defines functions specify_decimal

specify_decimal <- function(x,k){
  trimws(format(round(x,k),nsmall = k))
}

Try the monotonicity package in your browser

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

monotonicity documentation built on Dec. 5, 2019, 5:08 p.m.