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

all-vars-character-rs

Get all variables


Description

All variables in character string of formula.

Usage

all.vars.character(formula, blank.char = ".")

Arguments

formula
blank.char

Details

Removes .

Author(s)

Hadley Wickham <h.wickham@gmail.com>

Examples

all.vars.character("a + b")
all.vars.character("a + b | c")
all.vars.character("a + b")
all.vars.character(". ~ a + b")
all.vars.character("a ~ b | c + d + e")

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.