A function to determine what kind of values are present in columns.

get_values(df, column)

Arguments

df

The dataframe

column

Column to get values from.

Value

The class of the column values

Examples

get_values(mtcars, "mpg")
#> [1] "Numeric values"