ident_cat: Categorical(Character) variable Identifier

Description Usage Arguments Details Value Author(s) See Also Examples

Description

This function identifies Categorical variable from the main dataset and returns a dataset that has only categorical variables

Usage

1
ident_cat(test)

Arguments

test

test: dataset that has both categorical and continous variable

Details

This function identifies Categorical variable from the main dataset and returns a dataset that has only categorical variables

Value

it returns Data frame object

Author(s)

Rahul Mehta

See Also

ident_cont for identifying continous variable

Examples

1
2
data(iris)
cont_data=ident_cont(iris)

RDIDQ documentation built on May 2, 2019, 9:11 a.m.