get_values.Rd
A function to determine what kind of values are present in columns.
get_values(df, column)
The dataframe
Column to get values from.
The class of the column values
get_values(mtcars, "mpg") #> [1] "Numeric values"