Reorder Two Columns Levels Simultaneously
co_relevels.Rd
Reorder Two Columns Levels Simultaneously
Arguments
- df
(
data.frame
) with two column whose factors should be reordered.- primary
(
string
) the name of the column on which the levels reordering should be based.- secondary
(
string
) the name of the column whose levels should be reordered following the levels of the primary column.- levels_primary
(
character
) the levels in the desired order. Existing levels that are not included will be placed afterward in their current order.