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: Matrix Manipulation
Topic: Sorting and Counting
See also: list append delete insert

Function: names
Description: gives the names of all components of a list object.

Usage: names (l)
Input:
l list

Example:

l = list (11, 99)
names (l)
Result:

Contents of names
[1,] "el1"
[2,] "el2"

Group: Matrix Manipulation
Topic: Sorting and Counting
See also: list append delete insert

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

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