Skip to content

Commit

Permalink
Expand DR afmm members.
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-ebs-ext committed Dec 1, 2024
1 parent 30c5638 commit 8b5fc81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/DR.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YT#VHb37a04c06b0d1e8cb246df00cdd8945f#VH00000000000000000000000000000000#
# YT#VH2511139c3a21a7e842ec31e495d1d528#VHb37a04c06b0d1e8cb246df00cdd8945f#
DR <- local({ # _D_ressing _R_oom
inline_shiny_input <- function(elem, label = NULL, name_selector = NULL, label_elem = NULL) {
if (is.character(label) && length(label) == 1 && nchar(label) > 0) {
Expand Down Expand Up @@ -1067,6 +1067,7 @@ DR <- local({ # _D_ressing _R_oom

afmm <- list(
data = list(DS = datasets()),
dataset_metadata = list(name = shiny::reactive("DS")),
unfiltered_dataset = datasets,
filtered_dataset = datasets,
module_output = function() list()
Expand Down

0 comments on commit 8b5fc81

Please sign in to comment.