Learn R Programming

GWSDAT (version 3.3.0)

launchApp: 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)

Value

None

Arguments

GWSDAT_Options

A list of start options created with createOptions.

session_file

Path to .rds file containing a GWSDAT analysis session.

Examples

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

Run the code above in your browser using DataLab