R/duckdb-funs.R
formatReadableDecimalSize.Rd
Converts integer to a human-readable representation using units based on powers of 10 (KB, MB, GB, etc.).
integer
formatReadableDecimalSize(integer = BIGINT)
BIGINT
VARCHAR
formatReadableDecimalSize(16_000)