get_type {explore} | R 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)
[Package explore version 1.3.1 Index]