| tableCosts | R Documentation |
Format Summarised Direct Costs as a Table
tableCosts(
result,
type = "gt",
header = c("cdm_name", "cohort_name"),
estimateName = c(N = "<count>", `Mean (SD)` = "<mean> (<sd>)", `Median (IQR)` =
"<median> (<q25> - <q75>)", `Min - Max` = "<min> - <max>"),
...
)
result |
A |
type |
Output table format: |
header |
Character vector of columns to include in the header. Default: |
estimateName |
Named character vector mapping estimate names. |
... |
Additional arguments passed to |
A formatted table object (gt_tbl, flextable, or tibble).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.