Converts bytes to a human-readable presentation (e.g., 16000 -> 16.0 KB).
Examples
if (FALSE) { # \dontrun{
format_bytes(1000 * 16)
} # }
Converts bytes to a human-readable presentation (e.g., 16000 -> 16.0 KB).
if (FALSE) { # \dontrun{
format_bytes(1000 * 16)
} # }