These functions are kept for backward compatibility, but you should switch
to
label_bytes() for new code.
number_bytes_format(symbol = "auto", units = "binary", ...) number_bytes(x, symbol = "auto", units = c("binary", "si"), accuracy = 1, ...)
| symbol | byte symbol to use. If "auto" the symbol used will be
determined separately for each value of |
|---|---|
| units | which unit base to use, "binary" (1024 base) or "si" (1000 base) |