Skip to contents

Converts bytes to a human-readable presentation (e.g., 16000 -> 16.0 KB).

Arguments

bytes

BIGINT

Examples

if (FALSE) { # \dontrun{
format_bytes(1000 * 16)
} # }