Skip to content

Compresses large numbers into a readable format, adding the appropriate unit (e.g., thousand, million, billion).

Usage

comprss(tx, lang = "pt")

Arguments

tx

A string representing a number, which may contain commas as thousand separators.

Value

A string representing the original number in a compressed format.