Description Usage Arguments Value Examples
Return the percentage of instances of a certain variable based on another.
1 | varRequest(x, y, b, z, a)
|
x |
a data frame. |
y |
the column of the data frame to filter by. |
b |
the variable being filtered by. |
z |
the column of the data frame to search. |
a |
the variable being tested. |
A vector made up of percentage values of the instances of a certain variable. y
.
1 | varRequest(x, y, b, z, a)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.