col_to_predict: Retreives column to predict from formula

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Retreives column to predict from formula

Usage

1

Arguments

formula

that is to be parsed

Value

a string with the column name on the lefthand side of formula

Examples

1
2
col_to_predict(y ~ x + z)
col_to_predict(y ~ .)

koaning/baseliner documentation built on May 5, 2019, 3:54 p.m.