Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

cast-parse-formula-uw

Cast parse formula


Description

Parse formula for casting

Usage

cast_parse_formula(formula = "...  ~ variable", varnames)

Arguments

formula
varnames

Details

@value row character vector of row names @value col character vector of column names @value aggregate boolean whether aggregation will occur @keyword internal

Value

row

character vector of row names

col

character vector of column names

aggregate

boolean whether aggregation will occur

Author(s)

Hadley Wickham <h.wickham@gmail.com>

Examples

cast_parse_formula("a + ...", letters[1:6])
cast_parse_formula("a | ...", letters[1:6])
cast_parse_formula("a + b ~ c ~ . | ...", letters[1:6])

reshape

Flexibly Reshape Data

v0.8.8
MIT + file LICENSE
Authors
Hadley Wickham [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.