powered by
This launches the KLINK app. runKLINK() is a synonym for launchApp(), but with an additional argument version.
runKLINK()
launchApp()
version
launchApp()runKLINK(version = NULL)
runKLINK(version = NULL)
No return value, called for side effects.
A character, e.g. "1.0.0". If the installed version of KLINK differs from this, the program aborts with an error.
if (FALSE) { launchApp() }
Run the code above in your browser using DataLab