cohortCountsModule.Rd
Shiny module for cohort counts. Displays reactable table of cohort counts
cohortCountsModule(
id,
dataSource,
cohortTable = dataSource$cohortTable,
databaseTable = dataSource$dbTable,
selectedCohorts,
selectedDatabaseIds,
cohortIds
)
namespace id
Backend Data source (DatabaseConnection)
data.frame of all cohorts
data.frame of all databases
shiny::reactive - should return cohorts selected or NULL
shiny::reactive - should return cohorts selected or NULL
shiny::reactive - should return cohorts selected integers or NULL
Other CohortDiagnostics:
cohortCountsView()
,
cohortDefinitionsModule()
,
cohortDefinitionsView()
,
cohortDiagCharacterizationView()
,
cohortDiagnosticsHelperFile()
,
cohortDiagnosticsServer()
,
cohortDiagnosticsView()
,
cohortOverlapView()
,
compareCohortCharacterizationView()
,
conceptsInDataSourceView()
,
createCdDatabaseDataSource()
,
databaseInformationView()
,
getCirceRenderedExpression()
,
getEnabledCdReports()
,
incidenceRatesView()
,
inclusionRulesView()
,
indexEventBreakdownView()
,
orpahanConceptsView()
,
timeDistributionsView()
,
visitContextView()