mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
allows ... inputs in plot models
This commit is contained in:
parent
d1e0236437
commit
f2a522dcb6
10 changed files with 20 additions and 15 deletions
|
|
@ -22,7 +22,7 @@ visuals_demo_app <- function() {
|
|||
)
|
||||
)
|
||||
server <- function(input, output, session) {
|
||||
pl <- data_visuals_server("visuals", data = shiny::reactive(default_parsing(mtcars)))
|
||||
pl <- data_visuals_server("visuals", data = shiny::reactive(default_parsing(mtcars)),palettes = color_choices())
|
||||
}
|
||||
shiny::shinyApp(ui, server)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue