launch: Launch the earthUI Shiny application

View source: R/launch.R

launchR Documentation

Launch the earthUI Shiny application

Description

Opens an interactive 'shiny' GUI for building and exploring 'earth' (MARS-style) models. The application provides data import, variable configuration, model fitting, result visualization, and report export.

Usage

launch(port = 7878L, ...)

Arguments

port

Integer. Port number for the Shiny app. Defaults to 7878. A fixed port ensures browser localStorage (saved settings) persists across sessions.

...

Additional arguments passed to shiny::runApp().

Value

This function does not return a value; it launches the Shiny app.

Examples

if (interactive()) {
  launch()
}

earthUI documentation built on March 26, 2026, 1:07 a.m.