#' 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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.