Learn R Programming

DrugUtilisation (version 1.0.1)

tableDoc: Helper for consistent documentation of table.

Description

Helper for consistent documentation of table.

Arguments

type

Type of table. Check supported types with visOmopResults::tableType().

header

Columns to use as header. See options with availableTableColumns(result).

groupColumn

Columns to group by. See options with availableTableColumns(result).

hide

Columns to hide from the visualisation. See options with availableTableColumns(result).

.options

A named list with additional formatting options. visOmopResults::tableOptions() shows allowed arguments and their default values.