cleaning and minor code export polish

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-06-26 12:33:25 +02:00
commit dce9759842
No known key found for this signature in database
8 changed files with 2211 additions and 81 deletions

View file

@ -340,7 +340,7 @@ data_visuals_server <- function(id,
rv$plot <- rlang::exec(create_plot, !!!append_list(data(), parameters, "data"))
})
rv$code <- glue::glue("FreesearchR::create_plot(data,{list2str(parameters)})")
rv$code <- glue::glue("FreesearchR::create_plot(df,{list2str(parameters)})")
},
# warning = function(warn) {
# showNotification(paste0(warn), type = "warning")