filling missing values using tidyverse syntax based on conditions within the tibble
Advertisements I’m having difficulty filling missing values in my tibble based on some conditions. I’m trying to fill NA values in the manufacturer column based on the condition field either being YES or NO, I’m only interested in filling NA values for groups where the condition column contains YES. I’m getting the following error which… Read More filling missing values using tidyverse syntax based on conditions within the tibble