tidyselect columns. default selection is all character or factor variables
append_col_name
logical, default TRUE. Appends original column name to dummy col name
max_levels
uses fct_lump_n to limit the number of categories. Only the top n levels are preserved, and the rest being lumped into "other". Default is set to 10 levels, to prevent accidental overload. Set value to Inf to use all levels
remove_first_dummy
logical, default FALSE.
remove_most_frequent_dummy
logical, default FALSE
clean_names
logical, default TRUE. apply clean_names
ignore_na
logical, default FALSE
split
NULL
remove_selected_columns
logical, default TRUE
Details
reference the fastDummies package for documentation on the original function.