Hello
I would like to rename chr label in a column :
df %>%
filter(station == A1 & date == "xxxx-xx-xx")
I would like to rename the name of this station according to this filter.
I have infact several station named A1 but not having the same date. So I would like to rename these names
But I don't know what to do after this code