I'd like to thank everyone who has given me helpful coding advice. I have a row of about 700 cells. Each cell has an "ID number, Month, Year, and Status". I'd like to code the program to delete the month and year in every cell, but keep the ID or Status.
One nice thing is that there is a white space between each value. I am thinking of getting the code to recognize white space? So maybe like "Hey R can you delete everthing between the 2nd and 4th white space?"
" 4475 10 2013 infected " turns into " 4475 infected "
Thanks, any tips or suggestions (even packages) help. I'd like to learn this too - I'll update my code as I figure out some more steps