Hello, I have the following code: http://pastebin.ca/3590201
What I'm trying to do is to create a hash map where the key is two characters and that maps to a structure of some information. The problem with the above example is that the first two keys match to the first instance of c('hello', 0), but the second is completely ignored. Ideally, I'd like to retrieve the structure with my values based on the key at hand and modify it as I see fit. How can I achieve this? [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.