Learn R Programming

pmlbr (version 0.2.3)

get_type: Get type/class of given vector.

Description

Get type/class of given vector.

Usage

get_type(x, include_binary = FALSE)

Value

Type/class of `x`.

Arguments

x

Input vector.

include_binary

Boolean. Whether binary should be counted separately from categorical.

Arguments

x

Input vector.

include_binary

Boolean. Whether binary should be counted separately from categorical.