These functions are deprecated and will be removed in future versions of huxtable.
hux_hex()hex_hux()
To replace pad_decimal
use align()
, e.g. align(ht) <- "."
.
To replace is_a_number
use e.g. ! is.na(as.numeric(x))
To replace the 3 argument form of set_xxx
functions, use
map_xxx
.