Open cicdguy opened 3 years ago
@nikolas-burkoff if we create legit module it can go to the teal.devel, otherwise we can consider it as utils for tmg.
In facet_settings_srv you can call data_extract_module instead of searching for element id - but I'm not sure how to combine this with data_merge_module which needs also facet vars to be selected in merge.
callModule(
data_extract_module,
id = "facet_col",
datasets = datasets,
data_extract_spec = facet_col_spec
)
Provenance:
Creator: gogonzo
We should make sure whatever is done works with shinyvalidate
After #804 three tmg modules all use facetting (and more will probably use it in the future). This task is to create a shiny module to handle facetting and to update the modules to use it.
Note it may make sense for this to live in teal.devel?