cast_parse_formula | R Documentation |
Parse formula for casting
cast_parse_formula(formula = "... ~ variable", varnames)
formula |
|
varnames |
@value row character vector of row names @value col character vector of column names @value aggregate boolean whether aggregation will occur @keyword internal
row |
character vector of row names |
col |
character vector of column names |
aggregate |
boolean whether aggregation will occur |
Hadley Wickham <h.wickham@gmail.com>
cast_parse_formula("a + ...", letters[1:6]) cast_parse_formula("a | ...", letters[1:6]) cast_parse_formula("a + b ~ c ~ . | ...", letters[1:6])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.