R/round2str.R

Defines functions round2str

round2str <- function(x, digits = 0) {
  format(round(x, digits), small = digits)
}
epongpipat/eepR documentation built on June 5, 2024, 10:03 a.m.