hello this is a basic question as I am new to R
I have an existing column within my dataframe called "shade" with different shades of pink, i want a new column called "basic colour" which prints PINK if the field contains a shade of pink. Same for shades of blue and green.
How would I do this?
Thanks :)