regressoR (version 1.1.8)

var_categorical: var_categorical

Description

gets only the categorical columns.

Usage

var_categorical(data)

Arguments

data

the dataset.

Value

a vector with the names of the categorical columns.

Examples

Run this code
# NOT RUN {
var_categorical(iris)

# }

Run the code above in your browser using DataCamp Workspace