column_is_character {GGally} | R Documentation |
Get vector of variable types from data frame
column_is_character(df)
column_is_factor(df)
df |
data frame to extract variable types from |
character vector with variable types, with names corresponding to the variable names from df
Jason Crowley