| tableDoc | R Documentation |
tables.Helper for consistent documentation of tables.
estimateName |
A named list of estimate names to join, sorted by
computation order. Use |
groupColumn |
Columns to use as group labels, to see options use
*tidy: The tidy format applied to column names replaces "_" with a space and
converts to sentence case. Use |
rename |
A named vector to customise column names, e.g., c("Database name" = "cdm_name"). The function renames all column names not specified here into a tidy* format. |
type |
Character string specifying the desired output table format.
See |
columnOrder |
Character vector establishing the position of the columns in the formatted table. Columns in either header, groupColumn, or hide will be ignored. |
factor |
A named list where names refer to columns (see available columns
in |
style |
Defines the visual formatting of the table. This argument can be provided in one of the following ways:
|
showMinCellCount |
If |
.options |
A named list with additional formatting options.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.