forked from eusebe/ascii
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hi,
thank you for maintaining this package ππ»! This might be a bug or a misunderstanding of mine. What am I getting wrong?
However, it could also be related to this eusebe#12.
options(asciiType = "org")
x <- matrix(1:4, 2, 2)
ascii(x, TRUE, TRUE, decimal.mark = ",")
still gives me an "." as decimal mark instead of an ",".
| | 1 | 2 |
| 1 | 1.00 | 3.00 |
| 2 | 2.00 | 4.00 |
I am using version 2.4 of ascii.
Thank you very much!
Metadata
Metadata
Assignees
Labels
No labels