Learn R Programming

recipes (version 1.1.0)

get_keep_original_cols: Get the keep_original_cols value of a recipe step

Description

Get the keep_original_cols value of a recipe step

Usage

get_keep_original_cols(object)

Value

A logical to keep the original variables in the output

Arguments

object

A recipe step

See Also

developer_functions