Working with dictionaries/lists in R

Posted by Ivri on Stack Overflow See other posts from Stack Overflow or by Ivri
Published on 2010-05-18T14:10:48Z Indexed on 2010/05/19 12:00 UTC
Read the original article Hit count: 164

Filed under:

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?

© Stack Overflow or respective owner

Related posts about r