dplyr if else without the else/ conditional mutate in one chunk
Advertisements I am trying to add a column to my dataframe based on if a string is detected in another column. I have done this in two chunks of code and then merged them together, but I am trying to streamline my code so that there is less to type out in the future. I… Read More dplyr if else without the else/ conditional mutate in one chunk