Skip to content

decimal.mark parameter does not work (?) #12

Description

@daroczig

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.

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