formatN {bruceR} | R Documentation |
Format "1234" to "1,234".
Description
Format "1234" to "1,234".
Usage
formatN(x, mark = ",")
Arguments
x |
A number or numeric vector. |
mark |
Usually |
Value
Formatted character string.
See Also
Examples
formatN(1234)
[Package bruceR version 2024.6 Index]