Dear List,

must be simple, but i got stuck on this...

I´ve been trying around for some time, but I could not find a  
straigthforward way to do this:
How can one ask if a certain object is element of a certain group of  
objects, e.g stored in a vector?

x <- c("a", "b", "c")
# is there a simple function which returns:
is "a" part of x?
TRUE
is "d" part of x?
FALSE

Thanks a lot
Christoph

______________________________________________
R-help@stat.math.ethz.ch 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