I tried to export some tables with ascii by setting the decimal.mark to , (Hungarian standard), but did not succeed:
> ascii(matrix(runif(2),2,2), digits=3, decimal.mark=',')
------- -------
0.989 0.989
0.899 0.899
------- -------
What am I missing? Sorry for lame question.
I tried to export some tables with
asciiby setting thedecimal.markto,(Hungarian standard), but did not succeed:What am I missing? Sorry for lame question.