Description Usage Arguments Author(s) Examples
Loop that checks to see if a value of a variable in one set is in another set. Returns a vector of the same length as the xset, which in practice can be added to the xset as an additional column.
1 | inloop(xset, yset, xvar, yvar)
|
xset |
The first dataframe |
yset |
The reference dataframe |
xvar |
Variable holding values to check for in the second dataframe. This should be enclosed in quotation marks. |
yvar |
Reference dataframe variable that is is checked against. This should be enclosed in quotation marks |
J.W. Rozelle
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.