Bug #2908
Updated by Matthieu Decorde 4 months ago
The double-quote character is exported with the "\" escape character.
Problems:
* calc and excel fail to escape the double-quote
* All TXM export double the double-quote character
h3. Solution
* Change *Change the "qmethod" option to "double" of the R write.table call
* **AND** test if "read.table" still works
Problems:
* calc and excel fail to escape the double-quote
* All TXM export double the double-quote character
h3. Solution
* Change *Change the "qmethod" option to "double" of the R write.table call
* **AND** test if "read.table" still works