FloodnetApp: Floodnet App

Description Usage Arguments Examples

View source: R/FloodnetApp.R

Description

A simple function used to start launch a Graphical User Interface (GUI) inside a the default web browser. Alternatively, if a path is passed in argument it create a script that will launch the GUI from the system terminal.

Usage

1
FloodnetApp(shortcut = NULL)

Arguments

shortcut

File path of the launching script.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
  FloodnetApp()

  #On Windows
  floodnetApp("C:/Users/JohnDoe/Desktop/FloodnetApp.cmd")

  #On Unix
  floodnetApp("/home/JohnDoe/Desktop/FloodnetApp.sh")

## End(Not run)

floodnetProject16/floodnetRfa documentation built on Oct. 24, 2020, 9:19 a.m.