Bulk convert columns of a data.frame that share a certain class to a different class. Use with care, will introduce NAs for some conversion attempts
df_typecast_all(dat, from = "factor", to = "character")
a data frame with all columns of class from converted to class to
a data.frame
column type to cast
target column type