Learn R Programming

vvauditor (version 0.7.0)

get_values: Get values of column

Description

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

Usage

get_values(df, column)

Value

The class of the column values

Arguments

df

The dataframe

column

Column to get values from.

Examples

Run this code
get_values(mtcars, "mpg")

Run the code above in your browser using DataLab