powered by
Parse formula for casting
cast_parse_formula(formula = "... ~ variable", varnames)
character vector of row names
character vector of column names
boolean whether aggregation will occur
@value row character vector of row names @value col character vector of column names @value aggregate boolean whether aggregation will occur @keyword internal
# NOT RUN { cast_parse_formula("a + ...", letters[1:6]) cast_parse_formula("a | ...", letters[1:6]) cast_parse_formula("a + b ~ c ~ . | ...", letters[1:6]) # }
Run the code above in your browser using DataLab