Create a table with proportion of patients covered results
Source:R/tables.R
tableProportionOfPatientsCovered.Rd
Arguments
- result
A summarised_result object with results from summariseProportionOfPatientsCovered().
- times
Days to include in the table. If NULL all days will be included.
- header
A vector containing which elements should go into the header in order. Allowed are:
cdm_name
,group
,strata
,variable
.- splitStrata
If TRUE strata columns will be split.
- cohortName
If TRUE cohort names will be displayed.
- cdmName
If TRUE database names will be displayed.
- groupColumn
Column to use as group labels.
- type
Type of desired formatted table, possibilities: "gt", "flextable", "tibble".
- .options
Named list with additional formatting options. DrugUtilisation::defaultTableOptions() shows allowed arguments and their default values.