inst/ProstarApp/dev/test_mod_plots_mv_histo.R

library(shiny)
library(highcharter)
library(MSnbase)



source(file.path('../inst/ProstarApp/server', 'mod_plots_mv_histo.R'), local=TRUE)$value




ui <- fluidPage(
  mod_plots_mv_histo_ui('plots_boxplots')
)



server <- function(input, output, session) {
  
  utils::data(Exp1_R25_prot, package='DAPARdata')
  
  obj <- Exp1_R25_prot
  
callModule(mod_plots_mv_histo_server,'plots_boxplots', 
                         data = reactive({obj}),
                         palette=reactive({NULL})
  )
  
  
}


shinyApp(ui, server)

Try the Prostar package in your browser

Any scripts or data that you put into this service are public.

Prostar documentation built on April 11, 2021, 6 p.m.