-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
It would be good if it was possible to customize the thousands separator.
I wanted to change the thousands separator from comma to space, because space is far more convenient to me, as it's used in my country (and, apparently, space is recommended by international ISO standards).
I achieved that by editing the source code: in application/server_components_displays.R in all formatCurrency() functions I changed mark=',' to mark=' '. But it would be better if it was customizable without editing the source code, for example, as a parameter of ExPanD() function.
Thank you for an excellent tool for exploratory analysis of panel data.
Metadata
Metadata
Assignees
Labels
No labels