Skip to contents

Get the type of the variable in the vector for given position

Usage

getType(var_enum_enter = 1)

Arguments

var_enum_enter

The value enumerator for given vector of values

Value

The data type for given variable

Examples

getType(1);
#> [1] "chr"
getType(3);
#> [1] "num"