I have a column that looks like this:
$ Stage : chr "final" "final" "final" "final" ...
The values are final, first, resub.
I want to convert it into a factor, specifically ordered like this:
first, resub, final
Why that order? Because I use it in a ggplot later and they are displaying in the wrong order.