R/tools.R
get_type.Rd
Return value of typeof, except if variable contains hide, then return "other"
get_type(var)
A vector (dataframe column)
Value of typeof or "other"
get_type(iris$Species) #> [1] "factor"