Skip to content

Option to customize thousands separator #15

@artemgur

Description

@artemgur

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions