How many decimal places to round to for given variable(s)
Source:R/table_rounding_info.R
      table_rounding_info.RdHow many decimal places to round to for given variable(s)
Examples
  table_rounding_info("pm")
#> Error in table_rounding_info("pm"): could not find function "table_rounding_info"
  table_round(8.252345, "pm")
#> Error in table_round(8.252345, "pm"): could not find function "table_round"
  table_round(8, "pm")
#> Error in table_round(8, "pm"): could not find function "table_round"
  
  cbind(table_rounding_info(names_all_r), fixcolnames(names_all_r, "r", "long"))
#> Error in table_rounding_info(names_all_r): could not find function "table_rounding_info"