Description Usage Arguments Details Value Author(s) Examples
The subset operator on an object of class "data"
filters
the data given a condition on the attributes of each row.
1 | data[condition]
|
data |
an object of class |
condition |
an |
The conditional expression is evaluated for each row independently.
An object of class "data"
that is the subset of data
consisting of the rows of data where the condition evaluated to
TRUE
.
Jon Claus at Tera Insights LLC
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.