How many decimal places to round to for given variable(s)
Source:R/table_rounding_info.R
table_rounding_info.Rd
How many decimal places to round to for given variable(s)
Examples
table_rounding_info("pm")
table_round(8.252345, "pm")
table_round(8, "pm")
cbind(table_rounding_info(names_all_r), fixcolnames(names_all_r, "r", "long"))