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: n = names (l)
Input:
l list
n string vector

Example:
l = list(11, 99)
n = names(l)
n

Result:
Contents of n



[1,] "el1"

[2,] "el2"



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