multiple columns - Eliminating rows with 0 values in R -


I have minimized the following two columns from my data set:

  We now want to remove all those rows (for both columns) that contain 0 values ​​I & rsquo; - weight.egg [, c ("H_Weight", "H_Egg_Number")]  

Say that one of the columns has 0 in a row, then I set this value in the second column from the set I also want to end.

For example

Can anyone help?

Comments