Named Vector Members
We can assign names to vector members.
For example, the following variable v is a character string vector with two members.
We now name the first member as First, and the second as Last.
Then we can retrieve the first member by its name.
Furthermore, we can reverse the order with a character string index vector.
Tags: