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

language setting - digits separator is a comma and not a dot #33

Open
cpanse opened this issue Sep 17, 2018 · 0 comments
Open

language setting - digits separator is a comma and not a dot #33

cpanse opened this issue Sep 17, 2018 · 0 comments
Assignees
Labels
wontfix This will not be worked on

Comments

@cpanse
Copy link
Contributor

cpanse commented Sep 17, 2018

unlink(tfstdout)

possible solution

rv <- as.data.frame(lapply(rv, function(x)
    if(any(grepl(',', x))) as.numeric(gsub(',', '.', x)) else x), stringsAsFactors=FALSE)

or change the language settings

jlpocnpkikggaaam

thanks to Yann GUITTON

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant