Working with dictionaries/lists in R
- by Ivri
Hi, everybody!
I have trivial question: I couldn't find a dictionary data structure in R, so I used list instead (like "word"-number)
So, right now I have problem how to get the list of keys.
Anybody knows?