Skip to content

allow table objects to have round_type instead of needing to specify on export #1040

@gmbecker

Description

@gmbecker

proposals:

lyt <- basic_table(round_type = "sas") |>
    ...

or

tbl <- build_table(lyt, dat, round_type = "sas")

plus a getter and a (recursive) setter.

Different roudnihng types at different parts of the table would be disallowed. Once set the round type should be used automatically by matrix_form, export_as_* and toString.

We (J&J) will prepare a PR.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions