Description Usage Arguments Examples
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.
1 | FloodnetApp(shortcut = NULL)
|
shortcut |
File path of the launching script. |
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.