guiInfo {svGUI}R Documentation

Get an info tip or a completion list about an object

Description

This function provides call tip, or completion list to GUI clients.

Usage

guiInfo(fname, firstarg = NULL, type = "tip")

Arguments

fname The name of the function or of the object
firstarg The first argument (to determine which method is called, not used yet)
type The type of info required. Currently, 'tip', 'list' or 'listitems'

Value

The content of the tip, or of the list.

Author(s)

Philippe Grosjean (phgrosjean@sciviews.org)

See Also

guiObjList

Examples

    #### TO DO...

[Package svGUI version 0.8-2 Index]