Learn R Programming

KLINK (version 1.0.2)

launchApp: 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)

Value

No return value, called for side effects.

Arguments

version

A character, e.g. "1.0.0". If the installed version of KLINK differs from this, the program aborts with an error.

Examples

Run this code

if (FALSE) {
launchApp()
}

Run the code above in your browser using DataLab