Skip to contents

[Experimental] This function has to be used to build an input for a basic_table_args argument. The basic_table_args argument should be a part of every module which contains any rtables object. Arguments are validated to match their rtables equivalents.

For more details see the vignette: vignette("custom-basic-table-arguments", package = "teal.widgets").

Usage

basic_table_args(...)

Arguments

...

arguments compatible with rtables::basic_table().

Value

(basic_table_args) object.

See also

Examples

basic_table_args(subtitles = "SUBTITLE")
#> $subtitles
#> [1] "SUBTITLE"
#> 
#> attr(,"class")
#> [1] "basic_table_args"