I need to modify the use of decimal markers. In Chile we use "comma" to separate decimals and "dot" to separate thousands. In the reports , I need to use that separation system, but R by default separates the decimals with "dot". How can I modify the decimal marker system?
The BIPM allows the use of "comma" or "dot" as decimal separator, depending on the language and context (https://www.bipm.org/documents/20126/41483022/SI-Brochure-9-EN.pdf/2d2b50bf-f2b4-9661-f402-5f9d66e4b507, point 5.4.4).
Thanks,
Use decimal.mark and big.mark arguments of prettynum.
decimal.mark
big.mark
prettynum
You can use this as your reference:
Thank you, very much.
Best regards,
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed. If you have a query related to it or one of the replies, start a new topic and refer back with a link.