getAggStr | R Documentation |
This function is intended to help create formulas for input to
base R's aggregate
function.
getAggStr(LHS = NULL, RHS = NULL)
LHS |
vector of variable/ column names to become the LHS |
RHS |
vector of variable/ column names to become the RHS |
character string which can be used as input to aggregate
with as.formula
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.