parse_formula_to_cols: Convert a formula representation to the columns for input...

View source: R/parse_formula_to_cols.R

parse_formula_to_colsR Documentation

Convert a formula representation to the columns for input data

Description

Convert a formula representation to the columns for input data

Usage

parse_formula_to_cols(form)

Arguments

form

the formula (or something coercible into a formula) to extract into its parts

Value

A list of column names for various formula parts

See Also

Other Formula parsing: findOperator()


PKNCA documentation built on April 30, 2023, 1:08 a.m.