powered by
tableDoseCoverage( result, header = c("variable_name", "estimate_name"), groupColumn = c("cdm_name", "ingredient_name"), type = "gt", hide = c("variable_level", "sample_size") )
A table with a formatted version of summariseDrugCoverage() results.
A summarised_result object.
Columns to use as header. See options with availableTableColumns(result).
availableTableColumns(result)
Columns to group by. See options with availableTableColumns(result).
Type of table. Check supported types with visOmopResults::tableType().
visOmopResults::tableType()
Columns to hide from the visualisation. See options with availableTableColumns(result).
# \donttest{ library(DrugUtilisation) cdm <- mockDrugUtilisation() result <- summariseDoseCoverage(cdm, 1125315) tableDoseCoverage(result) # }
Run the code above in your browser using DataLab