factor_columns {regressinator} | R Documentation |
Check whether each column in a data frame is a factor
factor_columns(df)
df |
Data frame to process |
Logical vector with same number of entries as columns in df
. Each
entry is TRUE
if the corresponding column is a factor.