RConsortium / submissions-pilot2

development repo for pilot2 submission to FDA
GNU General Public License v3.0
19 stars 12 forks source link

Disable use of filtered data sets inside static modules #59

Closed rpodcast closed 1 year ago

rpodcast commented 1 year ago

Feedback from FDA: When applying the Teal filter widgets inside the KM plot module, the other static summaries each have the filters directly applied to them, even with the widgets hidden within those interfaces.

The solution is to disable use of the filtered data inside the remaining modules using filtered = FALSE, such as the following:

ADSL_FILTERED <- datasets$get_data("ADSL", filtered = FALSE)