I'm working on a data set that looks as follow:
191
282 A
202
210 B
I would like to replace those empty cells at the second column with a character, say 'N'. How can I efficiently do this in R?
Appreciate it.
See Question&Answers more detail:os