R/duckdb-funs.R
format_bytes.Rd
Converts bytes to a human-readable presentation (e.g., 16000 -> 15.6 KiB).
BIGINT
if (FALSE) { # \dontrun{ format_bytes(1000 * 16) } # }