I want to get the index of a particular letter, e.g.
> match(LETTERS,"G")
[1] NA NA NA NA NA NA 1 NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA
Gives me that the letter exists, but I want it to return 6 in this case for the 6th element of the list.