guiInfo {svGUI} | R Documentation |
This function provides call tip, or completion list to GUI clients.
guiInfo(fname, firstarg = NULL, type = "tip")
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' |
The content of the tip, or of the list.
Philippe Grosjean (phgrosjean@sciviews.org)
#### TO DO...