Add explicit factor levels
Adds extra levels to a factor without changing existing assignments.
x (Vector[Factor]): A factor vector.
Vector[Factor]
…: New level names to add.
A factor vector with additional levels.
fct_expand(fct, "new_level")