Helper for consistent documentation of `table`.
Type of table. Check supported types with `visOmopResults::tableType()`. If NULL 'gt' type will be used.
Columns to use as header. See options with `visOmopResults::tableColumns(result)`.
Columns to group by. See options with `visOmopResults::tableColumns(result)`.
Columns from settings to include in results. See options with `visOmopResults::settingsColumns(result)`.
Columns to hide from the visualisation. See options with `visOmopResults::tableColumns(result)`.
Named list that specifies how to style the different parts of the table generated. It can either be a pre-defined style ("default" or "darwin" - the latter just for gt and flextable), or NULL which converts to "default" style, or custom code.
A named list with additional formatting options. `visOmopResults::tableOptions()` shows allowed arguments and their default values.