This commit is contained in:
Andreas Gammelgaard Damsbo 2025-06-26 12:35:55 +02:00
parent dce9759842
commit 7d6b2ee924
No known key found for this signature in database

View file

@ -1940,7 +1940,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")