The goal of this document is to present what options can be specified
while using shinyCohortBuilder
and what effect do they have
on the package operations.
cb_verbose
Default value: FALSE
.
When the option is enabled
(options("cb_verbose" = TRUE)
) operations taken in the
filtering panel result with printing readable log about the operation
state.
scb_verbose
Default value: FALSE
.
Similar to cb_vebose
, enabling the option
(options("scb_verbose" = TRUE)
) results with printing
readable logs. Logs are visible as popups in the Shiny application where
filtering panel is used.
scb_render_all
Default value: FALSE
.
Having the option enabled, results with rendering filter related controllers only when the filter becomes active (enrolled in the filtering panel). This way when having large amount of filters configured you can improve performance of rendering the filtering panel (i.e. when initializing the app).
If you prefer to render all the filters when filtering panel is
generated, just set options("scb_render_all" = TRUE)
. With
such configuration, you can realize a slight delay when filter
controllers are enrolled for the first time.
scb_labels
Default value: stored within
shinyCohortBuilder::scb_label
object.
List of labels used within the filtering panel. For available names
please check shinyCohortBuilder::scb_label
structure.
scb_icons
Default value: stored within
shinyCohortBuilder::scb_icons
object.
List of icons used within the filtering panel. To list configurable
icons please check shinyCohortBuilder::scb_icons
structure.
scb_chart_palette
Default value: stored within
shinyCohortBuilder::scb_chart_palette
object.
List of color palettes used to render filter feedback plots. See
shinyCohortBuilder::scb_label
documentation for more
details.