I have a dataset as given below in R. I am trying to update the empty cell in the Description column for '0' values in column Value.
Criteria Value Description
Success 0
Success 21 look up
Success 20 repeat
Success 19 What is this
Success 18 Transition
Success 17 Program
Success 0
I would appreciate any help to solve this. The output that I am trying to get is given below:
Criteria Value Description
Success 0 TEST
Success 21 look up
Success 20 repeat
Success 19 What is this
Success 18 Transition
Success 17 Program
Success 0 TEST