get_type: Return type of variable

View source: R/tools.R

get_typeR Documentation

Return type of variable

Description

Return value of typeof, except if variable contains hide, then return "other"

Usage

get_type(var)

Arguments

var

A vector (dataframe column)

Value

Value of typeof or "other"

Examples

get_type(iris$Species)

explore documentation built on Oct. 11, 2023, 9:07 a.m.