Learn R Programming

recipes (version 1.1.0)

recipes-role-indicator: Role indicators

Description

This helper function is meant to be used in prep() methods to identify predictors and outcomes by names.

Usage

recipes_names_predictors(info)

recipes_names_outcomes(info)

Value

Character vector of column names.

Arguments

info

data.frame with variable information of columns.

See Also

developer_functions