Learn R Programming

SciViews (version 0.8-9)

guiStart: Install/Uninstall and Start/Stop a GUI client

Description

A GUI needs several changes in R, and needs also a way to communicate with it. These functions provide required features for SciViews compatible GUI clients.

Usage

guiInstall(HideTkWindow = TRUE)
guiUninstall()
guiStart(gui = ""%SciViews_Home%/bin/RConsole.exe" -connect")
guiStop()

Arguments

HideTkWindow
Whether the Tk communication window should be hidden or not
gui
The path to the GUI client executable

Value

  • TRUE if success, error message otherwise.

See Also

Windows

Examples

Run this code
#### TO DO...

Run the code above in your browser using DataLab