Hi,
I have been trying to mutate variables in a dataset to different names. The variables represent seasons, so 1 is Spring and 4 is Winter, with Summer and Autumn in between. However, I don't want the seasons to be called by their numbers but by their actual names. I have to do this using a dplyr function because of this specific assignment I'm supposed to do but can't find anywhere how to do so. Does anybody know how to handle this problem? Thank you,
Olivier