Skip to content
Prev 383528 / 398502 Next

how to create a new column from two columns with conditions

If you don't mind using tidyverse, you can do this easily with if_else.

b$PHENO<-if_else(...



On Wed, Apr 29, 2020 at 3:21 PM Ana Marija <sokovic.anamarija at gmail.com>
wrote: