Description Usage Arguments Value See Also
Functions that apply expressions to input data objects and return data frames.
dapc: Apply function to columns of a data frame.
dapr: Apply function to rows of a data frame.
dapc_if: Apply function to certain columns of a data frame.
dapr_if: Apply function to certain rows of a data frame.
1 2 3 4 5 6 7  | 
.data | 
 Data frame input.  | 
.f | 
 Function to apply to element (columns or rows). This can be written
as a single function name e.g.,   | 
... | 
 Other values passed to function call.  | 
.predicate | 
 Logical vector or expression evaluating to a logical vector.
If not a logical vector, this can be written as a single function name
e.g.,  The resulting logical vector is used to determine which elements (rows or columns) to iterate over with the .f function/expression.  | 
A data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.