[R] Function to check the presence of an Item in an array

ONKELINX, Thierry Thierry.ONKELINX at inbo.be
Fri Aug 1 10:52:48 CEST 2008


Look at %in% or match

"foo" %in% x

HTH,

Thierry
------------------------------------------------------------------------
----
ir. Thierry Onkelinx
Instituut voor natuur- en bosonderzoek / Research Institute for Nature
and Forest
Cel biometrie, methodologie en kwaliteitszorg / Section biometrics,
methodology and quality assurance
Gaverstraat 4
9500 Geraardsbergen
Belgium 
tel. + 32 54/436 185
Thierry.Onkelinx op inbo.be 
www.inbo.be 

To call in the statistician after the experiment is done may be no more
than asking him to perform a post-mortem examination: he may be able to
say what the experiment died of.
~ Sir Ronald Aylmer Fisher

The plural of anecdote is not data.
~ Roger Brinner

The combination of some data and an aching desire for an answer does not
ensure that a reasonable answer can be extracted from a given body of
data.
~ John Tukey

-----Oorspronkelijk bericht-----
Van: r-help-bounces op r-project.org [mailto:r-help-bounces op r-project.org]
Namens Gundala Viswanath
Verzonden: vrijdag 1 augustus 2008 10:41
Aan: r-help op stat.math.ethz.ch
Onderwerp: [R] Function to check the presence of an Item in an array

Hi all,

Is there a way to do it?
For example:

> x
"foo" "bar" "bar2" "qux"

is there a function to return TRUE/FALSE
given a test variable

> func("foo")
TRUE

> func("GUNDALA")
FALSE

Is there such "func" in R?

- Gundala Viswanath
Jakarta - Indonesia

______________________________________________
R-help op 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.



More information about the R-help mailing list