Rdocumentation
powered by
Learn R Programming
rtweet (version 0.3.7)
xanyy: xanyy
Description
Returns logical value indicating whether named object includes var name. Functions do the following:
Usage
x %any% y
Arguments
x
Character, name of variable of interest.
y
Named object on which to search for
x
.
Details
%xy%
returns logical for each value of x
%any%
returns TRUE if y contains any of x
%all%
returns TRUE if y contains all of x