Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to specify decimal separator #1

Open
LHMarshall opened this issue Aug 10, 2022 · 0 comments
Open

Add ability to specify decimal separator #1

LHMarshall opened this issue Aug 10, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@LHMarshall
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants