This PR disable the default scientific notification that R used (scipen=0). Because R script can change values like 0.0009 to 9E-4 after writing to the table, the result of comparing such values with simple "diff" that we use in integration testing will fail.
It will save the current value end to return it after processing (not to change user settings).
Description
This PR disable the default scientific notification that R used (scipen=0). Because R script can change values like 0.0009 to 9E-4 after writing to the table, the result of comparing such values with simple "diff" that we use in integration testing will fail. It will save the current value end to return it after processing (not to change user settings).