name1 <- "Adam & Eve"
name2 <- "Spartacus"
name3 <- "Fitness and Health"
I want to remove all spaces and special characters such as %&,. and the word and between the names, and then capitalize each string, so the names become:
name1 <- "ADAMEVE"
name2 <- "SPARTACUS"
name3 <- "FITNESSHEALTH"