get_type {pmlbr}R Documentation

Get type/class of given vector.

Description

Get type/class of given vector.

Usage

get_type(x, include_binary = FALSE)

Arguments

x

Input vector.

include_binary

Boolean. Whether binary should be counted separately from categorical.

Value

Type/class of 'x'.


[Package pmlbr version 0.2.1 Index]