R/GLMFittingToolGlobal.R

Defines functions run_shiny_glm_fitting_tool

Documented in run_shiny_glm_fitting_tool

#settings
options(shiny.maxRequestSize=64*1024^3)

#' A function to run the glm fitting tool application
#'
#' @return Opens the glm fitting tool application
#' @export
run_shiny_glm_fitting_tool = function(){
  shinyjs::useShinyjs()
  shinyApp(ui = GLMFittingToolUI, server = GLMFittingToolServer)
}

Try the NetSimR package in your browser

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

NetSimR documentation built on May 29, 2024, 2:11 a.m.