View source: R/tableConceptIdCounts.R
| tableConceptIdCounts | R Documentation |
Create a visual table from a summariseConceptIdCounts() result
tableConceptIdCounts(result, display = "overall", type = "reactable")
result |
A summarised_result object (output of
|
display |
A character string indicating which subset of the data to display. Options are:
|
type |
Type of formatting output table, either "reactable" or "datatable". |
A formatted table visualisation.
library(OmopSketch)
library(omock)
cdm <- mockCdmFromDataset(datasetName = "GiBleed", source = "duckdb")
result <- summariseConceptIdCounts(cdm = cdm, omopTableName = "condition_occurrence")
tableConceptIdCounts(result = result, display = "standard")
cdmDisconnect(cdm = cdm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.