Skip to content
Prev 31714 / 398506 Next

element of

See help("%in%") which will give you a TRUE/FALSE value.

You can also use which() to get the actual position of the element in
the data structure.  See help("which") for more information on that
function.

HTH,

Marc Schwartz