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 |
l = list (11, 99) names (l)
Contents of names [1,] "el1" [2,] "el2"
Group: | Matrix Manipulation |
Topic: | Sorting and Counting |
See also: | list append delete insert |