search for: bewirken

Displaying 2 results from an estimated 2 matches for "bewirken".

Did you mean: bewerken
2012 Aug 14
0
as.numeric and as.character with locale using comma as separator
...library (qtbase) > x [1] -0,2290188 -0,1884703 0,2507179 After setting the numeric locale back to C: > Sys.setlocale ("LC_NUMERIC", "C") [1] "C" Warnmeldung: In Sys.setlocale("LC_NUMERIC", "C") : das Setzen von 'LC_NUMERIC' kann bewirken, dass R sich komisch benimmt as.numeric (as.character (x)) works as supposed (also output has decimal points again) Best, Claudia -- Claudia Beleites Spectroscopy/Imaging Institute of Photonic Technology Albert-Einstein-Str. 9 07745 Jena Germany email: claudia.beleites at ipht-jena.de ph...
2012 May 20
3
dot - comma problem
Dear all I am trying to use the ODB package to connect to an libreoffice-odb database. The libreoffice package is german, thus, decimal separator is a comma. However, I can open the database and upload a it without error, library(ODB) db <- odb.open("Test.odb") but a soon as the "odb.open" command is executed, the decimal separator in R is changed to comma. Before