Learn R Programming

SciViews (version 0.8-9)

guiInfo: 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.

See Also

guiObjList

Examples

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

Run the code above in your browser using DataLab