ceExplorerModule: CE Explorer module

View source: R/EvidenceExplorer.R

ceExplorerModuleR Documentation

CE Explorer module

Description

Shiny Module for integration of evidence for conceptsets in to shiny applications

Usage

ceExplorerModule(
  id,
  backend,
  ingredientConceptInput = shiny::reactive({     data.frame() }),
  conditionConceptInput = shiny::reactive({     data.frame() }),
  siblingLookupLevelsInput = shiny::reactive({     0 })
)

Arguments

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


OHDSI/CemConnector documentation built on Aug. 5, 2023, 2:47 p.m.