launchApp {KLINK} | R Documentation |
Launch KLINK
Description
This launches the KLINK app. runKLINK()
is a synonym for launchApp()
, but
with an additional argument version
.
Usage
launchApp()
runKLINK(version = NULL)
Arguments
version |
A character, e.g. "1.0.0". If the installed version of KLINK differs from this, the program aborts with an error. |
Value
No return value, called for side effects.
Examples
## Not run:
launchApp()
## End(Not run)
[Package KLINK version 1.0.2 Index]