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