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 April 3, 2025, 9 p.m.