cb_changed {shinyCohortBuilder} | R Documentation |
Track changes of cohort data in Shiny
Description
The function returns Shiny input object related to selected cohort that is triggered whenever cohort data filters were applied to it within filtering panel.
Usage
cb_changed(session, cohort_id)
Arguments
session |
Shiny session object. |
cohort_id |
Id of the cohort. |
Details
The function is meant to be used as a trigger for Shiny render functions and observers.
[Package shinyCohortBuilder version 0.3.1 Index]