R/shiny_wrappers_v.1.0.R

Defines functions shiny_binom_single_onestage shiny_binom_single_twostage shiny_LINES_posterior

Documented in shiny_binom_single_onestage shiny_binom_single_twostage shiny_LINES_posterior

# shiny wrappers to give the shiny app a function which can be called easily



shiny_binom_single_onestage=function(){
  shiny::runApp(file.path(system.file("Shiny/binom_single_stage",package = "EurosarcBayes")))
}




shiny_binom_single_twostage=function(){
  shiny::runApp(file.path(system.file("Shiny/binom_two_stage",package = "EurosarcBayes")))
}

shiny_LINES_posterior=function(){
  shiny::runApp(file.path(system.file("Shiny/LINES_posterior_viewer",package = "EurosarcBayes")))
}

# ended

Try the EurosarcBayes package in your browser

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

EurosarcBayes documentation built on May 2, 2019, 9:20 a.m.