guiStart {svGUI}R Documentation

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.

Author(s)

Philippe Grosjean (phgrosjean@sciviews.org)

See Also

Windows

Examples

    #### TO DO...

[Package svGUI version 0.9-5 Index]