Need some help with my R code please folks!
My table has two columns
- a list of codes, with numerous codes in the same "cell" separated by commas
- a description that applies to all of the codes in the same row
I want to split the values in the first column so that there is only 1 code per row and the corresponding description is repeated for every relevant code.
I really don't know where to start sorry, I actually don't really know what to search for!