get_values: Get values of column

View source: R/get_values.R

get_valuesR Documentation

Get values of column

Description

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

Usage

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")


vvauditor documentation built on May 29, 2024, 12:20 p.m.