mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 01:49:39 +02:00
polish
This commit is contained in:
parent
dce9759842
commit
7d6b2ee924
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue