R/rounded_list.R

rounded_list <- function(list, dec = 3){
  return(lapply(list, FUN = function(x){print(round(x, dec))}))
}

Try the DoTC package in your browser

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

DoTC documentation built on May 2, 2019, 3:36 p.m.