Skip to content

Add ability to specify decimal separator #1

Description

@LHMarshall

It'd be great to have the ability to specify the decimal separator in the activity shiny, before exporting the bootstrap activity values to file. I think this means adding a drop-down so the user can specify "." (the default) or "," and then passing their choice along to the write.table call using the dec= option.

The reason to request this is that Distance for Windows expects the decimal separator to be the correct one for the locale the user is in, so it's expecting a , in some locales.

We need to have a user-specified option in the shiny rather than automatically sensing it because the shiny server doesn't know what locale the user is running shiny from.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions