As a java programmer, I'm having issue conceptualizing the following use
case:

Given an value, passed into a function, how do I pull out the lookup?

Ie.
A list of keys (key1, key2, key3)
A list of values (val1,val2,val3)

I want to write a function (or is there something built in?) such that

Callit <- (thekey) {
(magic happens here)
Return value
}

Any ideas?

Thanks a bunch!

==============================================================================
Please access the attached hyperlink for an important electronic communications 
disclaimer: 

http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html
==============================================================================

______________________________________________
R-help@r-project.org mailing list
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.

Reply via email to