SyntaxFix
Write A Post
Hire A Developer
Questions
If you only want to remove columns 5 and 7 but not 6 try:
album2 <- album2[,-c(5,7)] #deletes columns 5 and 7