column_is_character {GGally}R Documentation

Get vector of variable types from data frame

Description

Get vector of variable types from data frame

Usage

column_is_character(df)

column_is_factor(df)

Arguments

df

data frame to extract variable types from

Value

character vector with variable types, with names corresponding to the variable names from df

Author(s)

Jason Crowley


[Package GGally version 2.1.2 Index]