launchApp: Launches the GWSDAT Shiny application.

View source: R/launchApp.R

launchAppR Documentation

Launches the GWSDAT Shiny application.

Description

The shiny application can run in multi or single data mode. If no parameter is specified with launchApp, the application starts in multi data mode, which includes a data manager and several data import facilities. If the parameter session_file was specified, the application launches in single data mode, which is limited to the analysis of the data specified by session_file.

Usage

launchApp(GWSDAT_Options, session_file)

Arguments

GWSDAT_Options

A list of start options created with createOptions.

session_file

Path to .rds file containing a GWSDAT analysis session.

Value

None

Examples

if(interactive()) {
launchApp(session_file = "path_to_GWSDAT_session.rds") # launch in single data mode.
launchApp()  # launch in multi data mode
}

andrejadd/GWSDAT documentation built on March 7, 2024, 12:55 p.m.