extract_vars: Extract Variables from a Formula

View source: R/extract_vars.R

extract_varsR Documentation

Extract Variables from a Formula

Description

Given a formula() f, returns all variables used on the left-hand side and right-hand side of the formula.

Usage

extract_vars(f)

Arguments

f

(formula()).

Value

(list()) with elements "lhs" and "rhs", both character().

Examples

extract_vars(Species ~ Sepal.Width + Sepal.Length)
extract_vars(Species ~ .)

mlr-org/mlr3misc documentation built on April 13, 2024, 3:37 p.m.