R/run_shiny.R

Defines functions shiny_roomba

Documented in shiny_roomba

#' Run the roomba app
#'
#' Run the roomba app
#' @export
#' @param browse Logical. Use browser for running Shiny app.
#' @examples
#' \dontrun{
#' if(require(shiny)){
#'    shiny_roomba()
#' }
#' }
shiny_roomba <- function(browse=TRUE){
  shiny::runApp(system.file('Shiny', package='roomba'), launch.browser = browse)
}
ropenscilabs/roomba documentation built on July 26, 2021, 7:37 p.m.