Skip to content

`decimal.mark = ","Β΄ doesn't workΒ #3

@gwbrck

Description

@gwbrck

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions