R/monobinShinyApp.R

Defines functions monobinShinyApp

Documented in monobinShinyApp

#' Starts shiny application for the monobin package
#'@return Starts shiny application for the monobin package.
#'@examples
#' if 	(interactive()) {
#' 	suppressMessages(library(monobinShiny))	
#' 	monobinShinyApp()
#' 	}
#'@import DT 
#'@import monobin
#'@importFrom shiny fileInput column strong p div verbatimTextOutput actionButton observeEvent moduleServer renderPrint 
#' tagList NS selectInput reactiveValues selectizeInput checkboxInput textInput downloadButton numericInput  downloadHandler
#' uiOutput updateSelectizeInput updateCheckboxInput 				
#'@import shinydashboard
#'@import shinyjs
#'@export
monobinShinyApp <- function() {
		
	appDir <- system.file("monobinShiny",  package = "monobinShiny")
	source(system.file("monobinShiny/global.R", package = "monobinShiny"), local = environment())
	shiny::runApp(appDir = appDir, launch.browser = TRUE)
}

Try the monobinShiny package in your browser

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

monobinShiny documentation built on Nov. 22, 2021, 9:07 a.m.