Just a general question I have 3 columns in R that of only of importance two num columns and 1 date column. I want to use mutate to replace only 0s within sum_prec from within 2018-08-11 to 2019-09-16 with est_precp numbers is this possible or not in R using mutate or another code or package.
$ sum_prec : num [1:29679] 0 0 0 0 0 0 0 0 0 0 ...
$ date : Date[1:29679], format: "2014-09-11" "2014-09-11" ...
$ est_precp : num [1:29679] 0 0 0 0 0 0 0 0 0 0 ...