View source: R/EvidenceExplorer.R
ceExplorerModule | R Documentation |
Shiny Module for integration of evidence for conceptsets in to shiny applications
ceExplorerModule(
id,
backend,
ingredientConceptInput = shiny::reactive({ data.frame() }),
conditionConceptInput = shiny::reactive({ data.frame() }),
siblingLookupLevelsInput = shiny::reactive({ 0 })
)
id |
string - unique namespace for module |
backend |
CemConnector backend (database or Api URL) |
ingredientConceptInput |
shiny::reactive that returns data.frame with headers conceptId, includeDescendants, isExcluded |
conditionConceptInput |
shiny::reactive that returns data.frame with headers conceptId, includeDescendants, isExcluded |
siblingLookupLevelsInput |
shiny::reactive that returns positive integer for sibling levels to lookup for condition concept mappings to CEM |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.