column_is_character: 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