I am working with quite a large database containing a column called 'Species_name
' this is a factor column and includes the names of around 40 different species. As R is often case sensitive (particularly when plotting graphs) I was wondering if it was possible to write a line of code which formats all the species names in this column to Capital then lower case i.e. Brown crab, Blonde ray etc.
Apologies for my ignorance - I am new to R!
Many thanks!