Learn R Programming

radiant.data (version 1.0.6)

get_class: Get variable class

Description

Get variable class

Usage

get_class(dat)

Arguments

dat

Dataset to evaluate

Value

Vector with class information for each variable

Details

Get variable class information for each column in a data.frame

Examples

Run this code
# NOT RUN {
get_class(mtcars)

# }

Run the code above in your browser using DataLab