I have one column in a table where I need to change 0 to 1. I undestand that basically it should be something like
if(0 %in% COLUMN){then add 1}
but I'm not sure and can't find the way how to make it correctly so the R would add 1 to each 0 in one exact column.