Possible Duplicate:
Access atomic vectors shown by Filter(is.atomic, eq) in R
I am wondering if there is any option / function to search for a variable in all objects of a list. So basically the functionality of which(some_vector == "ABC") on a list. Is this possible somehow?
Thank you in advance!