Learn R Programming

teal.widgets (version 0.5.1)

basic_table_args: Builds a basic_table_args object

Description

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(...)

Value

(basic_table_args) object.

Arguments

...

arguments compatible with rtables::basic_table().

See Also

  • resolve_basic_table_args() to resolve multiple objects into one using pre-defined priorities.

  • parse_basic_table_args() to parse resolved list into list of calls.

Examples

Run this code
basic_table_args(subtitles = "SUBTITLE")

Run the code above in your browser using DataLab