R/ModelBuild.R

Defines functions ModelBuild

Documented in ModelBuild

#' Graphical interface for building models
#'
#' This function opens the web based interface for building the type of 
#' flood forecasting model used in the FloodForT package
#'
#' @param port  Port to Defaultyl use on the browser. Default is random
#' @param launch.browser launch browser in startup. Default is TRUE
#' 
#' @keywords FloorForT, ModelBuild
#' @export
#' @examples
#' # Not Run
#' # ModelBuild()
ModelBuild <- function(port=NULL,launch.browser=TRUE){
  shiny::runApp(system.file('ModelBuild', package='FloodForT'),port=port,launch.browser=launch.browser)
}
waternumbers/FloodForT documentation built on Nov. 5, 2019, 12:07 p.m.