powered by
English uses ',' between every 3 numbers while the SI format recommends a ' ' if x > 10^4. The scientific form 10e+? is furthermore avoided.
txtInt(x, language = "en", html = TRUE, ...)
The integer variable
The ISO-639-1 two-letter code for the language of interest. Currently only english is distinguished from the ISO format using a ',' as the separator.
If the format is used in html context then the space should be a non-breaking space,
Passed to format
format
string
# NOT RUN { txtInt(123) txtInt(1234) txtInt(12345) txtInt(123456) # }
Run the code above in your browser using DataLab