Skip to contents

Clean table of EJAM numbers: signif digits, rounding, scaling as 0-100% Does table_signif() and table_round() and fix_pctcols_x100() in one call.

Usage

table_signif_round_x100(x, cnames = names_pct_as_fraction_ejamit)

Arguments

x

data.frame or data.table

cnames

use default when formatting output like ejamit()$results_bysite

Value

table of same shape as x

See also

table_signif_round_x100() table_signif() table_round() table_x100()

Examples

out <- testoutput_ejamit_10pts_1miles$results_bysite
table_signif_round_x100(
  out[1:2, ..names_these]
)
#> Error in table_signif_round_x100(out[1:2, ..names_these]): could not find function "table_signif_round_x100"