mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +02:00
cleaning and minor code export polish
This commit is contained in:
parent
6b1a8af175
commit
dce9759842
8 changed files with 2211 additions and 81 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
Add a link
Reference in a new issue