I have a column labeled with patient ID's and I need to add in a few quality control checkpoints. For example:
Column A
12134
12355
24345
13523
12312
14321
I would like to add into the data a DOA2 in the center and a DOA3 at the end to look like this:
Column A
12134
12355
24345
DOA2
13523
12312
14321
DOA3
What code would allow me to do this?
Column A
12134
12355
24345
13523
12312
14321
I would like to add into the data a DOA2 in the center and a DOA3 at the end to look like this:
Column A
12134
12355
24345
DOA2
13523
12312
14321
DOA3
What code would allow me to do this?