launchApp {GWSDAT} | R 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 |
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
}
[Package GWSDAT version 3.2.1 Index]