Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Group: Information and Control
See also: setenv getenv

Function: info
Description: info returns lists of available commands, objects and quantlets

Usage: list = info()
Output:
list.functions string vector with the names of the available functions
list.objects string vector with the names of the available objects in the commandline
list.quantlets string vector with the names of the available quantlets

Note:

Example:
; After XploRe is started do:
info()

Result:
Contents of info.functions

[  1,] "abs"
[  2,] "acos"
[  3,] "acosh"
[  4,] "addbutton"
[  5,] "adddata"
...
[203,] "var"
[204,] "vec"
[205,] "warning"
[206,] "write"
[207,] "year"
Example:
; After XploRe is started do:
library("graphic")
info()

Result:
Contents of info.objects

[1,] "grc"
[2,] "eulerc"

Contents of info.functions

[  1,] "abs"
[  2,] "acos"
[  3,] "acosh"
...
[205,] "warning"
[206,] "write"
[207,] "year"

Contents of info.quantlets

[  1,] "graphicmain"
[  2,] "xploremain"
[  3,] "pdfbin"
...
[156,] "cltobindata"
[157,] "bindatatocl"
[158,] "linapprox"



(C) MD*TECH Method and Data Technologies, 05.02.2006