Okay so my problem is that I want to import a csv file (that is separeted by commas, so R reads it as a dataframe).
The first column is called "Animals", and below there is "crocodile", "elephant" etc. Here I want to replace names of the animals to be either "reptile" or "mammal".
How do I do this?
Thank you a lot in advance