![](../logo.png)
Recode factor levels for multiple columns in a data frame
Source:R/recode_factor_levels.R
recode_factor_levels.Rd
This function takes a data frame and recodes the factor levels of multiple columns based on the supplied old and new levels. It is designed to be used with dplyr's mutate(across()) function.