Description Usage Arguments Value Examples
Use filter() to choose rows/cases where conditions are true. Unlike
base subsetting with [, rows where the condition evaluates to NA are
dropped.
1 2 3 4 5 6  | 
.data | 
 A FDF.  | 
... | 
 Logical predicates defined in terms of the variables in  The arguments in   | 
subset | 
 Integer vector to (further) subset   | 
check | 
 Whether to check   | 
.preserve | 
 when   | 
An object of the same class as .data.
1 2 3 4  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.