View source: R/summariseCohortCodelist.R
| tableCohortCodelist | R Documentation |
<summarised_result> object from
summariseCohortCodelist()tableCohortCodelist(result, type = "reactable")
result |
A summarised_result object. |
type |
Type of table. Supported types: "gt", "flextable", "tibble", "datatable", "reactable". |
A visual table with the results.
library(CohortCharacteristics)
library(omock)
library(dplyr, warn.conflicts = FALSE)
library(CDMConnector)
cdm <- mockCdmFromDataset(datasetName = "GiBleed", source = "duckdb")
cdm <- generateConceptCohortSet(cdm = cdm,
conceptSet = list(pharyngitis = 4112343L),
name = "my_cohort")
result <- summariseCohortCodelist(cdm$my_cohort)
tableCohortCodelist(result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.