Reverse order of categorical y axis (in ggridges/ggplot2)

@AJF, you should be able to do y = fct_rev(as_factor(y)) within the ggplot call, so ggplot will convert y without having to mutate it beforehand.